Skip to content

Commit 40c99ab

Browse files
committed
ci: Set missing translation actor/email for commit
Signed-off-by: Pun Butrach <[email protected]>
1 parent 1752fae commit 40c99ab

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/sync_crowdin.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ jobs:
7373
7474
- name: Commit translations
7575
run: |
76+
git config --global user.name 'github-actions[bot]'
77+
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
7678
sudo chown -R $USER:$USER .git
7779
git commit -m "chore: Remove empty values from JSON" assets/i18n/*.i18n.json
7880
git push origin HEAD:feat/translations

0 commit comments

Comments
 (0)