2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-04-28 03:26:45 +00:00

surpress error if no changes exsist (#8043)

This commit is contained in:
Matthias Mair 2024-08-31 00:02:09 +02:00 committed by GitHub
parent 4bf406b1c9
commit 47459182da
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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