From f891a31123f9bc3dc6500e7f8f50ff364d548573 Mon Sep 17 00:00:00 2001 From: Chris Marslender Date: Thu, 28 Mar 2024 13:29:13 -0500 Subject: [PATCH] Allow failure on the commit/push step, to account for the case where no new strings were defined --- .github/workflows/extract-strings.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/extract-strings.yml b/.github/workflows/extract-strings.yml index b43ff2ed34..6b6bd98772 100644 --- a/.github/workflows/extract-strings.yml +++ b/.github/workflows/extract-strings.yml @@ -43,6 +43,7 @@ jobs: npm run locale:extract - name: Commit changes back to the repo + continue-on-error: true run: | git add '**/messages.po' git commit -m "Extract latest strings for translation"