We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e2aa09 commit bcee576Copy full SHA for bcee576
.github/workflows/main.yml
@@ -59,5 +59,5 @@ jobs:
59
git config user.email "github-actions[bot]@users.noreply.github.com"
60
git remote set-url origin https://x-access-token:${TOKEN}@github.com/${{ github.repository }}
61
git add Test-Run-Result/Result.txt
62
- git commit -m "Update Binary Encoder Decoder output [skip ci]" || echo "No changes to commit"
+ git commit -m "Update Binary Encoder Decoder output" || echo "No changes to commit"
63
git push
0 commit comments