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:
2121 upload_sources : false
2222 upload_translations : false
2323 download_translations : true
24- skip_untranslated_strings : true
24+ skip_untranslated_strings : false
2525 localization_branch_name : crowdin
2626 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"
3030 env :
3131 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3232 CROWDIN_PROJECT_ID : ${{ secrets.CROWDIN_PROJECT_ID }}
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Crowdin upload
33on :
44 push :
55 paths :
6- - ' custom_components/battery_notes/translations/*'
6+ - " custom_components/battery_notes/translations/*"
77 branches :
88 - " main"
99 workflow_dispatch :
2020 uses : crowdin/github-action@v2
2121 with :
2222 upload_sources : true
23- upload_translations : true
23+ upload_translations : false
2424 download_translations : false
2525 env :
2626 GITHUB_TOKEN : ${{ secrets.GH_TOKEN }}
You can’t perform that action at this time.
0 commit comments