ci: Preprocess strings before pushing to Crowdin (#4383)
This commit is contained in:
parent
83208eb50d
commit
785df4fe69
5 changed files with 62 additions and 3 deletions
3
.github/workflows/push_strings.yml
vendored
3
.github/workflows/push_strings.yml
vendored
|
|
@ -18,6 +18,9 @@ jobs:
|
|||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Preprocess strings
|
||||
run: ./gradlew clean preprocessCrowdinStrings
|
||||
|
||||
- name: Push strings
|
||||
uses: crowdin/github-action@v2
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue