Skip to content

Commit

Permalink
Use "|| true" so that empty updates don't create an error [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
tobbi committed Apr 19, 2024
1 parent e750ddd commit 2a5cb60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/translations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,5 @@ jobs:
git status
git config --global user.email "[email protected]"
git config --global user.name "SuperTux Bot"
git commit -am "Update translations"
git commit -am "Update translations" || true
git push https://git:[email protected]/SuperTux/supertux.git master

0 comments on commit 2a5cb60

Please sign in to comment.