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"