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