mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-11-07 17:36:07 +00:00
[SKIP_BUILD] Update Crowdin related github action
This commit is contained in:
parent
db6bc3d2e6
commit
8cdd32a52a
3 changed files with 3 additions and 3 deletions
2
.github/workflows/build-and-release.yml
vendored
2
.github/workflows/build-and-release.yml
vendored
|
|
@ -26,7 +26,7 @@ jobs:
|
|||
submodules: 'true'
|
||||
|
||||
- name: Download translations from crowdin
|
||||
uses: crowdin/github-action@1.6.0
|
||||
uses: crowdin/github-action@v1.6.0
|
||||
with:
|
||||
upload_sources: true
|
||||
upload_translations: false
|
||||
|
|
|
|||
2
.github/workflows/deploy-doc-only.yml
vendored
2
.github/workflows/deploy-doc-only.yml
vendored
|
|
@ -18,7 +18,7 @@ jobs:
|
|||
submodules: 'true'
|
||||
|
||||
- name: Download translations from crowdin
|
||||
uses: crowdin/github-action@1.6.0
|
||||
uses: crowdin/github-action@v1.6.0
|
||||
with:
|
||||
upload_sources: false
|
||||
upload_translations: false
|
||||
|
|
|
|||
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
submodules: 'true'
|
||||
|
||||
- name: Upload translation sources to crowdin
|
||||
uses: crowdin/github-action@1.6.0
|
||||
uses: crowdin/github-action@v1.6.0
|
||||
with:
|
||||
upload_sources: true
|
||||
upload_translations: false
|
||||
Loading…
Add table
Add a link
Reference in a new issue