mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2025-12-16 14:30:31 +00:00
Update crowdin/github-action action to v1.4.2
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -40,7 +40,7 @@ jobs:
|
|||||||
- name: Upload latest strings for translation on Crowdin
|
- name: Upload latest strings for translation on Crowdin
|
||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && matrix.configuration == 'Release' && startsWith(matrix.os, 'ubuntu-') }}
|
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && matrix.configuration == 'Release' && startsWith(matrix.os, 'ubuntu-') }}
|
||||||
uses: crowdin/github-action@1.4.1
|
uses: crowdin/github-action@1.4.2
|
||||||
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
@@ -26,7 +26,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@1.4.1
|
uses: crowdin/github-action@1.4.2
|
||||||
with:
|
with:
|
||||||
upload_sources: false
|
upload_sources: false
|
||||||
download_translations: true
|
download_translations: true
|
||||||
|
|||||||
Reference in New Issue
Block a user