From d8a816f86803eab3c75e1259def4e41286e70793 Mon Sep 17 00:00:00 2001 From: LisoUseInAIKyrios <118716522+LisoUseInAIKyrios@users.noreply.github.com> Date: Fri, 27 Dec 2024 10:17:28 +0400 Subject: [PATCH] ci: Fix Crowdin cron task? --- .github/workflows/pull_strings.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_strings.yml b/.github/workflows/pull_strings.yml index e365d9b78..527628813 100644 --- a/.github/workflows/pull_strings.yml +++ b/.github/workflows/pull_strings.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - ref: dev + ref: feat/translations - name: Pull strings uses: crowdin/github-action@v2 @@ -25,7 +25,7 @@ jobs: config: crowdin.yml upload_sources: false download_translations: true - crowdin_branch_name: feat/translations + localization_branch_name: feat/translations create_pull_request: false env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}