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:
parent
4bf406b1c9
commit
47459182da
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…
x
Reference in New Issue
Block a user