From 7e6ca121ec47ec989e5fed4e7fb711febc9e47d5 Mon Sep 17 00:00:00 2001 From: Oliver Date: Sun, 25 Aug 2024 11:54:53 +1000 Subject: [PATCH] Add git config for CI (#7983) --- .github/workflows/translations.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/translations.yaml b/.github/workflows/translations.yaml index 201407a97f8b..7d836119b961 100644 --- a/.github/workflows/translations.yaml +++ b/.github/workflows/translations.yaml @@ -44,6 +44,8 @@ jobs: run: rm -rf src/backend/InvenTree/static - name: Remove all local changes that are not *.po files run: | + 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 reset --hard