trying a job default working-directory

This commit is contained in:
Joseph Flinn 2022-05-20 11:44:40 -07:00
parent d55c7cf7d9
commit 2f8b9d745d
1 changed files with 3 additions and 1 deletions

View File

@ -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 }}