Skip to content

Commit

Permalink
Success even when nothing to commit
Browse files Browse the repository at this point in the history
  • Loading branch information
PierreMesure committed May 1, 2024
1 parent e1adbd1 commit 44ec25a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fetch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ jobs:
git config --global user.email '41898282+github-actions[bot]@users.noreply.github.com'
git config --global user.name 'github-actions[bot]'
git add .
git commit -m 'Update the data'
git commit -m 'Update the data' || echo "Nothing to commit"
git push

0 comments on commit 44ec25a

Please sign in to comment.