File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 76
76
workflow_file_name : ci.yml
77
77
wait_workflow : true
78
78
client_payload : ' {"ref": "${{ github.head_ref || github.ref_name }}"}'
79
- ref : ${{ github.head_ref || github.ref_name }}
79
+ ref : master
Original file line number Diff line number Diff line change @@ -121,4 +121,4 @@ jobs:
121
121
workflow_file_name : ci.yml
122
122
wait_workflow : true
123
123
client_payload : ' {"ref": "${{ github.head_ref || github.ref_name }}"}'
124
- ref : ${{ github.head_ref || github.ref_name }}
124
+ ref : master
Original file line number Diff line number Diff line change 80
80
workflow_file_name : ci.yml
81
81
wait_workflow : true
82
82
client_payload : ' {"ref": "${{ github.head_ref || github.ref_name }}"}'
83
- ref : ${{ github.head_ref || github.ref_name }}
83
+ ref : master
You can’t perform that action at this time.
0 commit comments