Skip to content

Commit

Permalink
.github/workflows/update.yml: Prevent errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bzg committed Oct 18, 2024
1 parent 14dcda0 commit c5667ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
git config --local user.email "[email protected]"
git config --local user.name "Bastien Guerry"
git add README.md
git commit -m "Update README from http://code.gouv.fr/data/awesome-codegouvfr.md"
git diff --quiet || (git commit -m "Update README from http://code.gouv.fr/data/awesome-codegouvfr.md")
git push -f origin main

0 comments on commit c5667ba

Please sign in to comment.