Skip to content

Commit

Permalink
chore: more straitforward git push
Browse files Browse the repository at this point in the history
  • Loading branch information
Gotfrid committed Nov 17, 2024
1 parent 36584ed commit e0d0df5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/update_data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,4 @@ jobs:
run: |
git config --local user.email "[email protected]"
git config --local user.name "GitHub Actions"
git add .
git diff-index --quiet HEAD || git commit -m "Update data"
git push
git status --short | grep -q "M" && git add . && git commit -m "Update data" && git push

0 comments on commit e0d0df5

Please sign in to comment.