File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 1212 - main
1313 workflow_dispatch : # Allow manual triggering
1414 inputs :
15+ pr_branch :
16+ description : ' Branch name for the pull request'
17+ required : false
18+ type : string
19+ default : ' docs/update-translations'
1520 custom_arguments :
1621 description : ' Custom arguments to pass to the translation package command. e.g., "-t zh-hans"'
1722 required : false
4348 # Optional inputs with their default values shown
4449 github_token : ${{ secrets.GITHUB_TOKEN }}
4550 custom_arguments : ${{ github.event.inputs.custom_arguments }}
51+ pr_branch : ${{ github.event.inputs.pr_branch || 'docs/update-translations' }}
4652 # translation_command: 'pnpm run translate'
4753 # base_branch: 'main'
4854 # pr_branch: 'docs/update-translations'
You can’t perform that action at this time.
0 commit comments