From 2f8b9d745d05d1adc9b5a530594068879aeb163f Mon Sep 17 00:00:00 2001 From: Joseph Flinn Date: Fri, 20 May 2022 11:44:40 -0700 Subject: [PATCH] trying a job default working-directory --- .github/workflows/crowdin-pull.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 }}