From 95b049432b8f2008aa4e0f89a3152e0a28d6adf6 Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Fri, 28 Jun 2024 14:16:55 +0800 Subject: [PATCH] Update decode.yml --- .github/workflows/decode.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/decode.yml b/.github/workflows/decode.yml index 4fa3373..e863014 100644 --- a/.github/workflows/decode.yml +++ b/.github/workflows/decode.yml @@ -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