From d55c7cf7d9295b2ea92e0b8ac245bffab9b41684 Mon Sep 17 00:00:00 2001 From: Joseph Flinn Date: Fri, 20 May 2022 11:15:11 -0700 Subject: [PATCH] trying a working-directory to fix the crowdin configuration issue --- .github/workflows/crowdin-pull.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/crowdin-pull.yml b/.github/workflows/crowdin-pull.yml index 5559fb9a11..5b57fb9719 100644 --- a/.github/workflows/crowdin-pull.yml +++ b/.github/workflows/crowdin-pull.yml @@ -42,7 +42,7 @@ jobs: CROWDIN_API_TOKEN: ${{ steps.retrieve-secrets.outputs.crowdin-api-token }} CROWDIN_PROJECT_ID: ${{ matrix.crowdin_project_id }} with: - config: apps/${{ matrix.app_name }}/crowdin.yml + config: crowdin.yml crowdin_branch_name: master upload_sources: false upload_translations: false @@ -54,3 +54,4 @@ jobs: create_pull_request: true pull_request_title: "Autosync Crowdin Translations for ${{ matrix.app_name }}" pull_request_body: "Autosync the updated translations" + working-directory: apps/${{ matrix.app_name }}