Skip to content

Commit

Permalink
fix(ci): short circuit when nothing to commit
Browse files Browse the repository at this point in the history
  • Loading branch information
willruggiano committed Dec 8, 2023
1 parent cf7dba2 commit 3959174
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update-sources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,5 @@ jobs:
run: |
git config --global user.name 'github-actions[bot]'
git config --global user.email '[email protected]'
git commit -am 'chore: update sources'
git commit -am 'chore: update sources' || exit 0
git push

0 comments on commit 3959174

Please sign in to comment.