diff --git a/.github/workflows/crowdin-download.yml b/.github/workflows/crowdin-download.yml index 0a6cb7e1..0c44b771 100644 --- a/.github/workflows/crowdin-download.yml +++ b/.github/workflows/crowdin-download.yml @@ -23,9 +23,9 @@ jobs: upload_sources: false upload_translations: false download_translations: true - localization_branch_name: l10n_crowdin_translations + localization_branch_name: tmp_l10n_crowdin_translations create_pull_request: true - pull_request_title: 'New Crowdin Translations' + pull_request_title: 'Crowdin Translations' pull_request_base_branch_name: 'release' env: GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}