From b0464408f113685f736ecbe37bbc6a809baa5527 Mon Sep 17 00:00:00 2001 From: LisoUseInAIKyrios <118716522+LisoUseInAIKyrios@users.noreply.github.com> Date: Mon, 12 May 2025 16:51:42 +0400 Subject: [PATCH] ci: Run Crowdin Cron task on dev branch (#2543) --- .github/workflows/sync_crowdin.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/sync_crowdin.yml b/.github/workflows/sync_crowdin.yml index 7088a28b..d74f03a1 100644 --- a/.github/workflows/sync_crowdin.yml +++ b/.github/workflows/sync_crowdin.yml @@ -22,7 +22,9 @@ jobs: - name: Checkout uses: actions/checkout@v4 with: + ref: dev fetch-depth: 0 + clean: true - name: Setup Flutter uses: subosito/flutter-action@v2 @@ -37,6 +39,7 @@ jobs: upload_translations: false download_translations: true localization_branch_name: feat/translations + skip_ref_checkout: true create_pull_request: true pull_request_title: "chore: Sync translations" pull_request_body: "Sync translations from [crowdin.com/project/revanced](https://crowdin.com/project/revanced)"