Skip to content

Commit

Permalink
no error if nothing to commit
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids authored Jul 16, 2024
1 parent 38c7a2f commit 01e25a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sipify-bot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ jobs:
git config user.name qgis-bot
git config user.email [email protected]
git add .
git commit -m "auto sipify 🍺"
git commit -m "auto sipify 🍺" || echo "nothing to commit"
git push

0 comments on commit 01e25a9

Please sign in to comment.