Skip to content

Commit

Permalink
fix: do not throw error when nothing changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Gotfrid committed Nov 17, 2024
1 parent aabb73e commit e42ab43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
git config --local user.email "[email protected]"
git config --local user.name "GitHub Actions"
git add .
git commit -m "Update data"
git diff-index --quiet HEAD || git commit -m "Update data"
git push

0 comments on commit e42ab43

Please sign in to comment.