diff --git a/.github/workflows/update_locales.yml b/.github/workflows/update_locales.yml index ef9c52e0..032637ab 100644 --- a/.github/workflows/update_locales.yml +++ b/.github/workflows/update_locales.yml @@ -25,5 +25,5 @@ jobs: git config user.email "actions@github.com" git add . # "echo" returns true so the build succeeds, even if no changed files - git commit -m 'chore: update list of locales' || echo + git commit -m 'update list of locales' || echo git push