We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 300bd4c commit 95138bfCopy full SHA for 95138bf
1 file changed
.github/workflows/crowdin.yml
@@ -16,12 +16,6 @@ jobs:
16
uses: crowdin/github-action@v2
17
with:
18
upload_sources: true
19
- upload_translations: false
20
- localization_branch_name: l10n_crowdin_translations
21
- create_pull_request: true
22
- pull_request_title: 'New Crowdin Translations'
23
- pull_request_body: 'New Crowdin translations by [Crowdin GH Action](https://github.com/crowdin/github-action)'
24
- pull_request_base_branch_name: 'main'
25
env:
26
# A classic GitHub Personal Access Token with the 'repo' scope selected (the user should have write access to the repository).
27
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
0 commit comments