mirror of
https://github.com/ReVanced/revanced-manager.git
synced 2025-05-17 06:26:24 +08:00
ci: Run Crowdin Cron task on dev branch (#2543)
This commit is contained in:

committed by
GitHub

parent
767fa77436
commit
b0464408f1
3
.github/workflows/sync_crowdin.yml
vendored
3
.github/workflows/sync_crowdin.yml
vendored
@ -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)"
|
||||
|
Reference in New Issue
Block a user