From 8b429f03c2b99b1c73b169d59364a611fe5d39de Mon Sep 17 00:00:00 2001 From: Pun Butrach Date: Mon, 30 Sep 2024 23:59:43 +0700 Subject: [PATCH] ci: Use the correct expression to grab translation files (#2232) --- .github/workflows/sync_crowdin.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/sync_crowdin.yml b/.github/workflows/sync_crowdin.yml index fb6aafe0..a802dfe0 100644 --- a/.github/workflows/sync_crowdin.yml +++ b/.github/workflows/sync_crowdin.yml @@ -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