diff --git a/.github/workflows/crowdin-pull.yml b/.github/workflows/crowdin-pull.yml index 5b57fb9719..337addc7dd 100644 --- a/.github/workflows/crowdin-pull.yml +++ b/.github/workflows/crowdin-pull.yml @@ -19,6 +19,9 @@ jobs: crowdin_project_id: "268134" - app_name: desktop crowdin_project_id: "299360" + defaults: + run: + working-directory: apps/${{ matrix.app_name }} steps: - name: Checkout repo uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f # v2.3.4 @@ -54,4 +57,3 @@ 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 }}