Skip to content

Commit b046440

Browse files
ci: Run Crowdin Cron task on dev branch (#2543)
1 parent 767fa77 commit b046440

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/sync_crowdin.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ jobs:
2222
- name: Checkout
2323
uses: actions/checkout@v4
2424
with:
25+
ref: dev
2526
fetch-depth: 0
27+
clean: true
2628

2729
- name: Setup Flutter
2830
uses: subosito/flutter-action@v2
@@ -37,6 +39,7 @@ jobs:
3739
upload_translations: false
3840
download_translations: true
3941
localization_branch_name: feat/translations
42+
skip_ref_checkout: true
4043
create_pull_request: true
4144
pull_request_title: "chore: Sync translations"
4245
pull_request_body: "Sync translations from [crowdin.com/project/revanced](https://crowdin.com/project/revanced)"

0 commit comments

Comments
 (0)