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 7ccf8e3 commit 510775bCopy full SHA for 510775b
.github/workflows/ci.yml
@@ -34,7 +34,7 @@ jobs:
34
git add doc/code_contributions_record.md
35
git config --global user.name 'OSIPI'
36
git config --global user.email 'OSIPI@users.noreply.github.com'
37
- git commit -am "commit code_contributions_record.md"
+ git diff --exit-code || git commit -am "commit code_contributions_record.md"
38
git push
39
40
# build:
0 commit comments