diff --git a/.github/workflows/sync_crowdin.yml b/.github/workflows/sync_crowdin.yml index 9b8a175f..5b921597 100644 --- a/.github/workflows/sync_crowdin.yml +++ b/.github/workflows/sync_crowdin.yml @@ -67,6 +67,6 @@ jobs: git config user.name revanced-bot git config user.email github@revanced.app sudo chown -R $USER:$USER .git - git add assets/i18n/*.json + git add assets/i18n/strings.*.json git commit -m "chore: Remove empty values from JSON" assets/i18n/*.json git push origin HEAD:feat/translations