mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 07:04:27 +00:00
Update crowdin/github-action action to v2 (#3209)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
c37846b4cd
commit
f2586d7cb0
2 changed files with 2 additions and 2 deletions
2
.github/workflows/crowdin-ci.yml
vendored
2
.github/workflows/crowdin-ci.yml
vendored
|
@ -20,7 +20,7 @@ jobs:
|
||||||
submodules: recursive
|
submodules: recursive
|
||||||
|
|
||||||
- name: Upload latest strings for translation on Crowdin
|
- name: Upload latest strings for translation on Crowdin
|
||||||
uses: crowdin/github-action@v1.20.4
|
uses: crowdin/github-action@v2.0.0
|
||||||
with:
|
with:
|
||||||
crowdin_branch_name: main
|
crowdin_branch_name: main
|
||||||
config: '.github/crowdin.yml'
|
config: '.github/crowdin.yml'
|
||||||
|
|
2
.github/workflows/translations.yml
vendored
2
.github/workflows/translations.yml
vendored
|
@ -31,7 +31,7 @@ jobs:
|
||||||
git reset --hard origin/master
|
git reset --hard origin/master
|
||||||
|
|
||||||
- name: Download latest translations from Crowdin
|
- name: Download latest translations from Crowdin
|
||||||
uses: crowdin/github-action@v1.20.4
|
uses: crowdin/github-action@v2.0.0
|
||||||
with:
|
with:
|
||||||
upload_sources: false
|
upload_sources: false
|
||||||
download_translations: true
|
download_translations: true
|
||||||
|
|
Loading…
Reference in a new issue