From b5d8862890b2e45ae4e54b47c156995a5edd0f8b Mon Sep 17 00:00:00 2001 From: Chris Marslender Date: Wed, 13 Sep 2023 21:06:44 -0500 Subject: [PATCH] Set the branch to pull from --- .github/workflows/sync-crowdin.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/sync-crowdin.yml b/.github/workflows/sync-crowdin.yml index 2e0cdc6a11..3ed85b2051 100644 --- a/.github/workflows/sync-crowdin.yml +++ b/.github/workflows/sync-crowdin.yml @@ -39,6 +39,7 @@ jobs: upload_sources: true upload_translations: true download_translations: true + crowdin_branch_name: ${{ github.ref_name }} # The "branch" (folder) in crowdin to source from. Match the branch name in GH localization_branch_name: l10n_crowdin_translations create_pull_request: true pull_request_title: 'New Crowdin Translations'