We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14dcda0 commit c5667baCopy full SHA for c5667ba
.github/workflows/update.yml
@@ -29,5 +29,5 @@ jobs:
29
git config --local user.email "bastien.guerry@code.gouv.fr"
30
git config --local user.name "Bastien Guerry"
31
git add README.md
32
- 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")
33
git push -f origin main
0 commit comments