From f0484dc4fb503bd34d4e65941604ea9be74402b2 Mon Sep 17 00:00:00 2001 From: Joseph Flinn Date: Wed, 25 Aug 2021 15:00:56 -0700 Subject: [PATCH] trying some other parameters in the crowin action --- .github/workflows/crowdin-sync.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/crowdin-sync.yml b/.github/workflows/crowdin-sync.yml index bbc9831b521..05ebacf1109 100644 --- a/.github/workflows/crowdin-sync.yml +++ b/.github/workflows/crowdin-sync.yml @@ -40,10 +40,9 @@ jobs: with: config: crowdin.yml crowdin_branch_name: master - upload_source: false + upload_sources: false upload_translations: false download_translations: true - push_translations: false github_user_name: "github-actions" github_user_email: "<>" commit_message: "Autosync the updated translations" @@ -51,5 +50,3 @@ jobs: pull_request_title: "Autosync Crowdin Translations" pull_request_body: "Autosync the updated translations" pull_request_base_branch_name: crowdin-testing-1.51.1 - debug_mode: true -