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)"