From 55b3b69b878115734d94b2b8c5fd5075b19b7a25 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Fri, 30 Aug 2024 18:31:59 +0200 Subject: [PATCH] surpress error if no changes exsist --- .github/workflows/translations.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/translations.yaml b/.github/workflows/translations.yaml index 13c3515585..2657d22715 100644 --- a/.github/workflows/translations.yaml +++ b/.github/workflows/translations.yaml @@ -47,7 +47,7 @@ jobs: git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" git config --local user.name "github-actions[bot]" git add src/backend/InvenTree/locale/en/LC_MESSAGES/django.po src/frontend/src/locales/en/messages.po - git commit -m "add translations" + git commit -m "add translations" || true git reset --hard git reset HEAD~ - name: crowdin action