From 85e8b2781c29a2a6aebba3a8d2b277e9b8a803ce Mon Sep 17 00:00:00 2001 From: LisoUseInAIKyrios <118716522+LisoUseInAIKyrios@users.noreply.github.com> Date: Thu, 26 Dec 2024 14:08:46 +0400 Subject: [PATCH] ci: Fix Crowdin cron task? --- .github/workflows/pull_strings.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pull_strings.yml b/.github/workflows/pull_strings.yml index 6af21c1db..e365d9b78 100644 --- a/.github/workflows/pull_strings.yml +++ b/.github/workflows/pull_strings.yml @@ -25,7 +25,7 @@ jobs: config: crowdin.yml upload_sources: false download_translations: true - localization_branch_name: feat/translations + crowdin_branch_name: feat/translations create_pull_request: false env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}