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 6096d07 commit 3923f22Copy full SHA for 3923f22
.github/workflows/build-single-exchange.yml
@@ -36,7 +36,7 @@ jobs:
36
git config --local user.name "GitHub Action"
37
git add README.md
38
git add .
39
- git commit -m "pushback" || echo "No changes to commit"
+ git commit -m "pushback" || echo "No changes for commit"
40
git push origin HEAD:main
41
42
- name: Set up Python
0 commit comments