trying a working-directory to fix the crowdin configuration issue

This commit is contained in:
Joseph Flinn 2022-05-20 11:15:11 -07:00
parent 6e5cf10a99
commit d55c7cf7d9
1 changed files with 2 additions and 1 deletions

View File

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