Skip to content

Commit c60df53

Browse files
authored
Ignore the error if there’s nothing to commit
1 parent 12d29ba commit c60df53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/format.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
git config user.name AdyenAutomationBot
2626
git config user.email "${{ secrets.ADYEN_AUTOMATION_BOT_EMAIL }}"
2727
git add .
28-
git commit -m "style(fmt): code formatted"
28+
git commit -m "style(fmt): code formatted" || echo "No changes to commit"
2929
git push

0 commit comments

Comments
 (0)