ci: Preprocess strings before pushing to Crowdin (#4383)

This commit is contained in:
LisoUseInAIKyrios
2025-01-31 09:58:26 +02:00
committed by GitHub
parent 83208eb50d
commit 785df4fe69
5 changed files with 62 additions and 3 deletions

View File

@@ -2,7 +2,7 @@ name: Pull strings
on:
schedule:
- cron: "0 */8 * * *"
- cron: "0 */6 * * *"
workflow_dispatch:
jobs:

View File

@@ -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: