Skip to content

Commit 14dcda0

Browse files
committed
.github/workflows/update.yml: Force push
Avoid "nothing to commit, working directory clean" errors.
1 parent 09fe6ec commit 14dcda0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ jobs:
3030
git config --local user.name "Bastien Guerry"
3131
git add README.md
3232
git commit -m "Update README from http://code.gouv.fr/data/awesome-codegouvfr.md"
33-
git push
33+
git push -f origin main

0 commit comments

Comments
 (0)