Skip to content

Commit

Permalink
Update decode.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
smallfawn authored Jun 28, 2024
1 parent 643e2ed commit b62e690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/decode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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 "[email protected]"
Expand Down

0 comments on commit b62e690

Please sign in to comment.