From 1d905d76f9b0173d5b61c47d4d3471ae87de840a Mon Sep 17 00:00:00 2001 From: Joseph Flinn Date: Wed, 25 Aug 2021 14:49:08 -0700 Subject: [PATCH] expanding the crowdin tanslation download --- .github/workflows/crowdin-sync.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/crowdin-sync.yml b/.github/workflows/crowdin-sync.yml index 7123d8a2a0..bbc9831b52 100644 --- a/.github/workflows/crowdin-sync.yml +++ b/.github/workflows/crowdin-sync.yml @@ -43,6 +43,7 @@ jobs: upload_source: false upload_translations: false download_translations: true + push_translations: false github_user_name: "github-actions" github_user_email: "<>" commit_message: "Autosync the updated translations" @@ -50,4 +51,5 @@ 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