We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beb2954 commit e43d7deCopy full SHA for e43d7de
.github/workflows/crowdin.yml
@@ -19,11 +19,12 @@ jobs:
19
upload_sources: true
20
upload_translations: false
21
download_translations: true
22
+ download_sources: true
23
localization_branch_name: l10n_crowdin_translations
24
create_pull_request: true
25
pull_request_title: 'New Crowdin Translations'
26
pull_request_body: 'New Crowdin translations by [Crowdin GH Action](https://github.com/crowdin/github-action)'
- pull_request_base_branch_name: 'crowdin/translations'
27
+ pull_request_base_branch_name: 'main'
28
env:
29
# A classic GitHub Personal Access Token with the 'repo' scope selected (the user should have write access to the repository).
30
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
0 commit comments