2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-12 10:05:39 +00:00

Add git config for CI (#7983)

This commit is contained in:
Oliver
2024-08-25 11:54:53 +10:00
committed by GitHub
parent 2cf959cb8d
commit 7e6ca121ec

View File

@ -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