Skip to content

Commit ab7fc3b

Browse files
committed
do not commit if nothing to commit
1 parent 8541d4a commit ab7fc3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,5 +181,5 @@ jobs:
181181
git config user.name github-actions
182182
git config user.email [email protected]
183183
git add versions.json
184-
git commit -m 'Update versions.json'
184+
git commit -m 'Update versions.json' || exit 0
185185
git push

0 commit comments

Comments
 (0)