fix error with git not finding anything to commit

This commit is contained in:
Johnny Cena 2025-08-20 11:57:05 +02:00
parent 7dd45d2357
commit 62afeca1c5

View File

@ -62,7 +62,7 @@ jobs:
git config user.name "github-actions[bot]" git config user.name "github-actions[bot]"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com" git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add -A git add -A
git commit -m "Update examples collection" git commit -m "Update examples collection" || echo "git exited with code 1, nothing changed"
git push git push
shell: bash shell: bash