-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update crowdin/github-action action to v1.16.1
- Loading branch information
1 parent
2f2b411
commit 0fd80a0
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -42,7 +42,7 @@ jobs: | |
|
||
- name: Upload latest strings for translation on Crowdin | ||
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' && matrix.configuration == 'Release' && startsWith(matrix.os, 'ubuntu-') }} | ||
uses: crowdin/[email protected].0 | ||
uses: crowdin/[email protected].1 | ||
with: | ||
crowdin_branch_name: main | ||
config: '.github/crowdin.yml' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -30,7 +30,7 @@ jobs: | |
git reset --hard origin/master | ||
- name: Download latest translations from Crowdin | ||
uses: crowdin/[email protected].0 | ||
uses: crowdin/[email protected].1 | ||
with: | ||
upload_sources: false | ||
download_translations: true | ||
|