mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-06-24 08:55:05 +08:00
ci: Set missing translation actor/email for commit
Signed-off-by: Pun Butrach <pun.butrach@gmail.com>
This commit is contained in:
2
.github/workflows/sync_crowdin.yml
vendored
2
.github/workflows/sync_crowdin.yml
vendored
@ -73,6 +73,8 @@ jobs:
|
|||||||
|
|
||||||
- name: Commit translations
|
- name: Commit translations
|
||||||
run: |
|
run: |
|
||||||
|
git config --global user.name 'github-actions[bot]'
|
||||||
|
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
|
||||||
sudo chown -R $USER:$USER .git
|
sudo chown -R $USER:$USER .git
|
||||||
git commit -m "chore: Remove empty values from JSON" assets/i18n/*.i18n.json
|
git commit -m "chore: Remove empty values from JSON" assets/i18n/*.i18n.json
|
||||||
git push origin HEAD:feat/translations
|
git push origin HEAD:feat/translations
|
||||||
|
Reference in New Issue
Block a user