From 9adf7f20a15e29ffcc34668e8f182da4b7a6b4f2 Mon Sep 17 00:00:00 2001 From: Xikaro Date: Wed, 25 Feb 2026 00:44:32 +0500 Subject: [PATCH] Update crowdin.yml --- .github/workflows/crowdin.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/crowdin.yml b/.github/workflows/crowdin.yml index 4bd7fc7c5..70166306a 100644 --- a/.github/workflows/crowdin.yml +++ b/.github/workflows/crowdin.yml @@ -93,7 +93,7 @@ jobs: with: upload_sources: true upload_translations: false - configuration: crowdin.yml + config: crowdin.yml upload_sources_args: ${{ github.event.inputs.force_upload == 'true' && '--auto-update --preserve-hierarchy' || '--preserve-hierarchy' }} dry_run: ${{ github.event.inputs.dry_run == 'true' }} env: @@ -107,7 +107,7 @@ jobs: upload_sources: false upload_translations: false download_translations: true - configuration: crowdin.yml + config: crowdin.yml localization_branch_name: translations create_pull_request: ${{ github.event.inputs.skip_pr != 'true' }} pull_request_base_branch_name: 'dev'