mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
surpress error if no changes exsist
This commit is contained in:
parent
c096f2f43a
commit
55b3b69b87
2
.github/workflows/translations.yaml
vendored
2
.github/workflows/translations.yaml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user