Add base path
Ref: - https://github.com/crowdin/github-action - https://crowdin.github.io/crowdin-cli/faq
This commit is contained in:
parent
5445e89fe7
commit
b00ce0b91f
3 changed files with 3 additions and 0 deletions
1
.github/workflows/auth-crowdin.yml
vendored
1
.github/workflows/auth-crowdin.yml
vendored
|
@ -22,6 +22,7 @@ jobs:
|
|||
- name: Crowdin's action
|
||||
uses: crowdin/github-action@v1
|
||||
with:
|
||||
base_path: "auth/"
|
||||
upload_sources: true
|
||||
upload_translations: true
|
||||
download_translations: true
|
||||
|
|
1
.github/workflows/mobile-crowdin.yml
vendored
1
.github/workflows/mobile-crowdin.yml
vendored
|
@ -22,6 +22,7 @@ jobs:
|
|||
- name: Crowdin's action
|
||||
uses: crowdin/github-action@v1
|
||||
with:
|
||||
base_path: "mobile/"
|
||||
upload_sources: true
|
||||
upload_translations: true
|
||||
download_translations: true
|
||||
|
|
1
.github/workflows/web-crowdin.yml
vendored
1
.github/workflows/web-crowdin.yml
vendored
|
@ -22,6 +22,7 @@ jobs:
|
|||
- name: Crowdin's action
|
||||
uses: crowdin/github-action@v1
|
||||
with:
|
||||
base_path: "web/"
|
||||
upload_sources: true
|
||||
upload_translations: true
|
||||
download_translations: true
|
||||
|
|
Loading…
Reference in a new issue