From b668340fd1d6058900519ce14a279fe2fcf422b1 Mon Sep 17 00:00:00 2001 From: Chris Marslender Date: Thu, 28 Mar 2024 13:41:18 -0500 Subject: [PATCH] =?UTF-8?q?Allow=20failure=20on=20the=20commit/push=20step?= =?UTF-8?q?,=20to=20account=20for=20the=20case=20where=20=E2=80=A6=20(#231?= =?UTF-8?q?7)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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"