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 3e69e24 commit 8485160
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/decode.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ jobs:
- name: Install dependencies and run decode
run: |
npm install
npm run decode -- [-i input.js] [-o output.js]
npm run decode -- -t obfuscator [-i input.js] [-o output.js]
- name: Configure Git author
run: |
git config --local user.email "[email protected]"
git config --local user.name "action"
- name: Save decoded output to repository
run: |
git status
git add output.js
git add output.js # Add the decoded output file
git status
git commit -m "Add decoded output file"
git push
Expand Down

0 comments on commit 8485160

Please sign in to comment.