Skip to content

Commit e2ed700

Browse files
authored
Update main.yml
1 parent dec4ae0 commit e2ed700

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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:
@@ -56,5 +56,5 @@ jobs:
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

0 commit comments

Comments
 (0)