mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2024-11-10 01:01:56 +01:00
ci: Fix accident
This commit is contained in:
parent
6da3751a8a
commit
557ee8d472
1 changed files with 1 additions and 1 deletions
2
.github/workflows/sync_crowdin.yml
vendored
2
.github/workflows/sync_crowdin.yml
vendored
|
@ -68,5 +68,5 @@ jobs:
|
|||
git config user.email github@revanced.app
|
||||
sudo chown -R $USER:$USER .git
|
||||
git add assets/i18n/strings.*.json
|
||||
git commit -m "chore: Remove empty values from JSON" assets/i18n/*.json
|
||||
git commit -m "chore: Remove empty values from JSON" assets/i18n/strings.*.json
|
||||
git push origin HEAD:feat/translations
|
||||
|
|
Loading…
Reference in a new issue