diff --git a/.github/workflows/update-locales.yaml b/.github/workflows/update-locales.yaml index 9ffa702cae..f38113835a 100644 --- a/.github/workflows/update-locales.yaml +++ b/.github/workflows/update-locales.yaml @@ -54,5 +54,5 @@ jobs: # Apply the stashed changes if any git stash pop || true git add src/locales/ - git diff --staged --quiet || git commit -m "Update locales [skip ci]" + git diff --staged --quiet || git commit -m "Update locales" git push origin HEAD:${{ github.head_ref }}