mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-29 16:38:37 +00:00
Update crowdin actions
This commit is contained in:
parent
b4efba7f14
commit
b0a57f05f9
2 changed files with 3 additions and 3 deletions
4
.github/workflows/crowdin-pull.yml
vendored
4
.github/workflows/crowdin-pull.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: crowdin-action
|
- name: crowdin-action
|
||||||
uses: crowdin/github-action@1.4.14
|
uses: crowdin/github-action@v1.9.0
|
||||||
with:
|
with:
|
||||||
upload_translations: false
|
upload_translations: false
|
||||||
download_translations: true
|
download_translations: true
|
||||||
|
@ -24,7 +24,7 @@ jobs:
|
||||||
localization_branch_name: translations
|
localization_branch_name: translations
|
||||||
create_pull_request: true
|
create_pull_request: true
|
||||||
pull_request_title: 'Update the localization files'
|
pull_request_title: 'Update the localization files'
|
||||||
pull_request_body: 'These are the newest translations from [Crowdin](https://crowdin.com/project/project-lighthouse).'
|
pull_request_body: 'These are the newest translations from [Crowdin](https://crowdin.com/project/lbp-union-project-lighthouse).'
|
||||||
env:
|
env:
|
||||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
|
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}
|
||||||
|
|
2
.github/workflows/crowdin-push.yml
vendored
2
.github/workflows/crowdin-push.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: crowdin-action
|
- name: crowdin-action
|
||||||
uses: crowdin/github-action@1.4.14
|
uses: crowdin/github-action@v1.9.0
|
||||||
with:
|
with:
|
||||||
upload_translations: true
|
upload_translations: true
|
||||||
download_translations: false
|
download_translations: false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue