mirror of
https://github.com/smallfawn/decode_action.git
synced 2025-12-23 18:25:08 +08:00
Update decode.yml
This commit is contained in:
4
.github/workflows/decode.yml
vendored
4
.github/workflows/decode.yml
vendored
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user