Skip to content

Commit

Permalink
Add git config for CI (#7983)
Browse files Browse the repository at this point in the history
  • Loading branch information
SchrodingersGat authored Aug 25, 2024
1 parent 2cf959c commit 7e6ca12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/translations.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e6ca12

Please sign in to comment.