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 - name: Install dependencies and run decode
run: | run: |
npm install 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 - name: Configure Git author
run: | run: |
git config --local user.email "action@github.com" git config --local user.email "action@github.com"