diff --git a/.github/workflows/decode.yml b/.github/workflows/decode.yml index 01d87eded..b5d7a1f62 100644 --- a/.github/workflows/decode.yml +++ b/.github/workflows/decode.yml @@ -17,7 +17,7 @@ jobs: - name: Install dependencies and run decode run: | npm install - npm run decode -- -t obfuscator [-i input.js] [-o output.js] + npm run decode -- [-i input.js] [-o output.js] - name: Configure Git author run: | git config --local user.email "action@github.com" @@ -29,4 +29,4 @@ jobs: git status git commit -m "Add decoded output file" git push - \ No newline at end of file +