Update decode.yml

This commit is contained in:
smallfawn
2024-06-28 08:18:47 +08:00
committed by GitHub
parent 9d51594345
commit 192bfd637f

View File

@@ -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