Skip to content

Commit 510775b

Browse files
committed
update
1 parent 7ccf8e3 commit 510775b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
git add doc/code_contributions_record.md
3535
git config --global user.name 'OSIPI'
3636
git config --global user.email 'OSIPI@users.noreply.github.com'
37-
git commit -am "commit code_contributions_record.md"
37+
git diff --exit-code || git commit -am "commit code_contributions_record.md"
3838
git push
3939
4040
# build:

0 commit comments

Comments
 (0)