We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1752fae commit 40c99abCopy full SHA for 40c99ab
.github/workflows/sync_crowdin.yml
@@ -73,6 +73,8 @@ jobs:
73
74
- name: Commit translations
75
run: |
76
+ git config --global user.name 'github-actions[bot]'
77
+ git config --global user.email 'github-actions[bot]@users.noreply.github.com'
78
sudo chown -R $USER:$USER .git
79
git commit -m "chore: Remove empty values from JSON" assets/i18n/*.i18n.json
80
git push origin HEAD:feat/translations
0 commit comments