Skip to content

Commit e43d7de

Browse files
author
olgakup
committed
devop: adjust workflow for crowdin to use base branch main
1 parent beb2954 commit e43d7de

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/crowdin.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,12 @@ jobs:
1919
upload_sources: true
2020
upload_translations: false
2121
download_translations: true
22+
download_sources: true
2223
localization_branch_name: l10n_crowdin_translations
2324
create_pull_request: true
2425
pull_request_title: 'New Crowdin Translations'
2526
pull_request_body: 'New Crowdin translations by [Crowdin GH Action](https://github.com/crowdin/github-action)'
26-
pull_request_base_branch_name: 'crowdin/translations'
27+
pull_request_base_branch_name: 'main'
2728
env:
2829
# A classic GitHub Personal Access Token with the 'repo' scope selected (the user should have write access to the repository).
2930
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)