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