Skip to content

Commit 7f113de

Browse files
committed
workflows
1 parent 9ccf926 commit 7f113de

2 files changed

Lines changed: 3 additions & 8 deletions

File tree

.github/workflows/crowdin.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ on:
88
- 'shaders/lang/en_us.lang'
99
workflow_dispatch:
1010
inputs:
11-
upload_translations:
12-
description: "Upload translations to Crowdin"
13-
type: boolean
14-
default: false
15-
required: true
1611
create_pr:
1712
description: "Create Pull Request after sync"
1813
type: boolean
@@ -42,8 +37,7 @@ jobs:
4237
uses: crowdin/github-action@v2
4338
with:
4439
upload_sources: true
45-
upload_translations: true
46-
#download_translations: ${{ github.event_name == 'schedule' || github.event_name == 'workflow_dispatch' }}
40+
download_translations: true
4741
skip_untranslated_strings: true
4842
# export_only_approved: true
4943
create_pull_request: false

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
*.zip
1+
*.zip
2+
.env

0 commit comments

Comments
 (0)