We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 687412b commit 8f1a45eCopy full SHA for 8f1a45e
.github/workflows/cmake.yml
@@ -31,5 +31,5 @@ jobs:
31
git config --local user.name "CodeByAidan"
32
git pull
33
git add .
34
- git commit -m "Add build outputs" || exit 0
35
- git push
+ git diff-index --quiet HEAD || git commit -m "Add build outputs" && git push
+ working-directory: ${{ github.workspace }}
0 commit comments