Update decode.yml

This commit is contained in:
smallfawn 2024-06-28 14:16:55 +08:00 committed by GitHub
parent ba56889eb0
commit 95b049432b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -12,6 +12,11 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v2
- name: Execute Python script for decoding
run: |
python decode.py
- name: Install dependencies and run decode
run: |
npm install
@ -23,6 +28,7 @@ jobs:
- name: Save decoded output to repository
run: |
git add output.js
git add output.py
git commit -m "Add decoded output file"
git push