File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed
Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change 1818 required : false
1919 type : string
2020 default : ' test-*'
21+ ref :
22+ description : " The fully-formed ref of the branch or tag that triggered the workflow run"
23+ required : false
24+ default : ${{ github.ref }}
25+ type : string
26+ sha :
27+ description : " The sha of the commit that triggered the workflow run"
28+ required : false
29+ default : ${{ github.sha }}
30+ type : string
2131 publish :
2232 description : " Whether to publish a new release immediately"
2333 required : false
90100 workflow_file_name : ${{ matrix.env }}
91101 ref : ${{ github.event_name == 'push' && github.ref || github.event.pull_request.head.ref }}
92102 wait_interval : 10
93- client_payload : ' {}'
103+ client_payload : ' {"ref":"${{ inputs.ref }}","sha":"${{ inputs.sha }}" }'
94104 propagate_failure : true
95105 trigger_workflow : true
96106 wait_workflow : true
You can’t perform that action at this time.
0 commit comments