From 6c551385895d6b6b3f9bc5ac94c4a26637979868 Mon Sep 17 00:00:00 2001 From: zomars Date: Fri, 10 Mar 2023 16:54:25 -0700 Subject: [PATCH] Update crowdin.yml --- .github/workflows/crowdin.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/crowdin.yml b/.github/workflows/crowdin.yml index 5ccfd25f05..5a3618633f 100644 --- a/.github/workflows/crowdin.yml +++ b/.github/workflows/crowdin.yml @@ -17,11 +17,14 @@ jobs: uses: actions/checkout@v3 - name: crowdin action - uses: crowdin/github-action@1.4.9 + uses: crowdin/github-action@1.5.1 with: - upload_translations: true + upload_sources: true download_translations: true - pull_request_labels: "♻️ autoupdate, automerge" + push_translations: true + commit_message: "New Crowdin translations by Github Action" + localization_branch_name: main + create_pull_request: false env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}