Skip to content

Commit

Permalink
ci: Use the correct expression to grab translation files (#2232)
Browse files Browse the repository at this point in the history
  • Loading branch information
validcube authored Sep 30, 2024
1 parent a68a839 commit 8b429f0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/sync_crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,5 @@ jobs:
git config user.name revanced-bot
git config user.email [email protected]
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

0 comments on commit 8b429f0

Please sign in to comment.