This commit is contained in:
Matthias Mair 2024-08-24 02:28:09 +02:00 committed by GitHub
parent 8a59829ef1
commit ebb01c5e5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -44,7 +44,7 @@ jobs:
run: rm -rf src/backend/InvenTree/static run: rm -rf src/backend/InvenTree/static
- name: Remove all local changes that are not *.po files - name: Remove all local changes that are not *.po files
run: | run: |
git add /src/backend/InvenTree/locale/en/LC_MESSAGES/django.po /src/frontend/src/locales/en/messages.po 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"
git reset --hard git reset --hard
git reset HEAD~ git reset HEAD~