From ebb01c5e5b4d853e3f88d6c4c6cf387bad91e027 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Sat, 24 Aug 2024 02:28:09 +0200 Subject: [PATCH] add path (#7979) --- .github/workflows/translations.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/translations.yaml b/.github/workflows/translations.yaml index 1d29eaaf53..201407a97f 100644 --- a/.github/workflows/translations.yaml +++ b/.github/workflows/translations.yaml @@ -44,7 +44,7 @@ jobs: run: rm -rf src/backend/InvenTree/static - name: Remove all local changes that are not *.po files 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 reset --hard git reset HEAD~