From 0afb6b62aa878c7f4f1ce20a2a5003bc1b8db552 Mon Sep 17 00:00:00 2001 From: Cloudburst <18114966+C10udburst@users.noreply.github.com> Date: Mon, 2 Jan 2023 12:44:23 +0100 Subject: [PATCH] Update update_locales.yml --- .github/workflows/update_locales.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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