From 069f9e718e4bc11655fcbae62df402d43f578882 Mon Sep 17 00:00:00 2001 From: smallfawn <101914820+smallfawn@users.noreply.github.com> Date: Fri, 28 Jun 2024 15:40:38 +0800 Subject: [PATCH] Update decode.yml --- .github/workflows/decode.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/decode.yml b/.github/workflows/decode.yml index 6b6ed354f..1d3a1f9cb 100644 --- a/.github/workflows/decode.yml +++ b/.github/workflows/decode.yml @@ -15,7 +15,7 @@ jobs: - name: Execute Python script for decoding run: | - python src/decode.py + python scr/decode.py - name: Install dependencies and run decode run: | @@ -27,6 +27,8 @@ jobs: git config --local user.name "action" - name: Save decoded output to repository run: | + git status + ls git add output.js git add output.py git commit -m "Add decoded output file"