Update update_locales.yml

This commit is contained in:
Cloudburst 2023-01-02 12:44:23 +01:00 committed by GitHub
parent e362795493
commit 0afb6b62aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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