From aba2ed4378a0dbe7445acbf86be83265f495a6cf Mon Sep 17 00:00:00 2001 From: Ushie Date: Sat, 30 Mar 2024 03:16:39 +0300 Subject: [PATCH] ci: Don't specify bundle --- .github/workflows/sync_crowdin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync_crowdin.yml b/.github/workflows/sync_crowdin.yml index dbec480c..f750dd7e 100644 --- a/.github/workflows/sync_crowdin.yml +++ b/.github/workflows/sync_crowdin.yml @@ -29,7 +29,7 @@ jobs: config: crowdin.yml upload_sources: true upload_translations: false - download_bundle: 16 + download_translations: true localization_branch_name: feat/translations create_pull_request: true pull_request_title: "chore: Sync translations"