mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-05-28 04:10:12 +02:00
ci: Use the correct expression to grab translation files (#2232)
This commit is contained in:
parent
a68a83940d
commit
8b429f03c2
3
.github/workflows/sync_crowdin.yml
vendored
3
.github/workflows/sync_crowdin.yml
vendored
@ -68,6 +68,5 @@ jobs:
|
||||
git config user.name revanced-bot
|
||||
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/strings.*.json
|
||||
git commit -m "chore: Remove empty values from JSON" assets/i18n/strings_*.json
|
||||
git push origin HEAD:feat/translations
|
||||
|
Loading…
x
Reference in New Issue
Block a user