@@ -8,7 +8,7 @@ name: Crowdin Download
88on :
99 workflow_dispatch : # Allow running when we want to, for events such as urgent translation mistakes or 100% completed languages
1010 schedule :
11- - cron : " 0 5 * * 5" # At 05:00 on Fridays. This guarantees that we have the 72 hour weekend time to review translations.
11+ - cron : ' 0 5 * * 5' # At 05:00 on Fridays. This guarantees that we have the 72 hour weekend time to review translations.
1212
1313# Cancel any runs on the same branch
1414concurrency :
4646 download_translations : true
4747 localization_branch_name : ${{ env.BRANCH_NAME }}
4848 create_pull_request : true
49- pull_request_title : " [automated]: crowdin sync"
50- pull_request_body : " New Crowdin translations from the [Node.js Crowdin project](https://crowdin.com/project/nodejs-web)"
51- commit_message : " chore: synced translations from crowdin"
49+ pull_request_title : ' [automated]: crowdin sync'
50+ pull_request_body : ' New Crowdin translations from the [Node.js Crowdin project](https://crowdin.com/project/nodejs-web)'
51+ commit_message : ' chore: synced translations from crowdin'
5252 env :
5353 GITHUB_TOKEN : ${{ secrets.CROWDIN_GITHUB_BOT_TOKEN }}
5454 # A numeric ID, found at https://crowdin.com/project/nodejs-web/tools/api
@@ -107,8 +107,8 @@ jobs:
107107 - name : Push Changes back to Pull Request
108108 uses : stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6.0.1
109109 with :
110- commit_options : " --no-verify --signoff"
111- commit_message : " chore: automated format of translated files"
110+ commit_options : ' --no-verify --signoff'
111+ commit_message : ' chore: automated format of translated files'
112112 branch : ${{ env.BRANCH_NAME }}
113113
114114 - name : Save Lint Cache
0 commit comments