File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -21,12 +21,12 @@ jobs:
21
21
upload_sources : false
22
22
upload_translations : false
23
23
download_translations : true
24
- skip_untranslated_strings : true
24
+ skip_untranslated_strings : false
25
25
localization_branch_name : crowdin
26
26
create_pull_request : true
27
- pull_request_title : ' Update translations'
28
- pull_request_body : ' New Crowdin translations submitted'
29
- pull_request_base_branch_name : ' main'
27
+ pull_request_title : " Update translations"
28
+ pull_request_body : " New Crowdin translations submitted"
29
+ pull_request_base_branch_name : " main"
30
30
env :
31
31
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
32
32
CROWDIN_PROJECT_ID : ${{ secrets.CROWDIN_PROJECT_ID }}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Crowdin upload
3
3
on :
4
4
push :
5
5
paths :
6
- - ' custom_components/battery_notes/translations/*'
6
+ - " custom_components/battery_notes/translations/*"
7
7
branches :
8
8
- " main"
9
9
workflow_dispatch :
20
20
uses : crowdin/github-action@v2
21
21
with :
22
22
upload_sources : true
23
- upload_translations : true
23
+ upload_translations : false
24
24
download_translations : false
25
25
env :
26
26
GITHUB_TOKEN : ${{ secrets.GH_TOKEN }}
You can’t perform that action at this time.
0 commit comments