mirror of
https://github.com/smallfawn/decode_action.git
synced 2025-12-23 10:15:28 +08:00
Update decode.yml
This commit is contained in:
6
.github/workflows/decode.yml
vendored
6
.github/workflows/decode.yml
vendored
@@ -12,6 +12,11 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
|
- name: Execute Python script for decoding
|
||||||
|
run: |
|
||||||
|
python decode.py
|
||||||
|
|
||||||
- name: Install dependencies and run decode
|
- name: Install dependencies and run decode
|
||||||
run: |
|
run: |
|
||||||
npm install
|
npm install
|
||||||
@@ -23,6 +28,7 @@ jobs:
|
|||||||
- name: Save decoded output to repository
|
- name: Save decoded output to repository
|
||||||
run: |
|
run: |
|
||||||
git add output.js
|
git add output.js
|
||||||
|
git add output.py
|
||||||
git commit -m "Add decoded output file"
|
git commit -m "Add decoded output file"
|
||||||
git push
|
git push
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user