File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -43,10 +43,10 @@ jobs:
4343 echo -e "\n\nDecode Output:\n" >> Test-Run-Result/Result.txt
4444 python binarypy.py < decode.txt >> Test-Run-Result/Result.txt
4545
46- - name : Upload Binary Encoder/ Decoder Test Run Results to Repo
46+ - name : Upload Binary Encoder Decoder Test Run Results to Repo
4747 uses : actions/upload-artifact@v4
4848 with :
49- name : Push Binary Encoder/ Decoder Test-Run-Result
49+ name : Push Binary Encoder Decoder Test-Run-Result
5050 path : Test-Run-Result/Result.txt
5151 - name : Push Result.txt to Repo
5252 env :
5656 git config user.email "github-actions[bot]@users.noreply.github.com"
5757 git remote set-url origin https://x-access-token:${TOKEN}@github.com/${{ github.repository }}
5858 git add Test-Run-Result/Result.txt
59- git commit -m "Update Binary Encoder/ Decoder output [skip ci]" || echo "No changes to commit"
59+ git commit -m "Update Binary Encoder Decoder output [skip ci]" || echo "No changes to commit"
6060 git push
You can’t perform that action at this time.
0 commit comments