Update decode.yml

This commit is contained in:
smallfawn
2024-06-28 15:45:53 +08:00
committed by GitHub
parent 643e2ed664
commit b62e69007b

View File

@@ -20,7 +20,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"