Update Tomlet to 5.0.1

This commit is contained in:
BruceChen 2022-11-30 22:29:55 +08:00
parent 759eb888a6
commit 3713fa2dbe
3 changed files with 7 additions and 3 deletions

View file

@ -28,11 +28,13 @@ jobs:
- name: Download translations from crowdin
uses: crowdin/github-action@1.5.0
with:
upload_translations: true
upload_sources: true
upload_translations: false
download_translations: true
localization_branch_name: l10n_master
create_pull_request: false
push_translations: false
base_path: ${{ github.workspace }}
env:

View file

@ -18,11 +18,13 @@ jobs:
- name: Sync translations from crowdin
uses: crowdin/github-action@1.5.0
with:
upload_translations: true
upload_sources: true
upload_translations: false
download_translations: true
localization_branch_name: l10n_master
create_pull_request: false
push_translations: false
base_path: ${{ github.workspace }}
env: