File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 82
82
if : ${{ !!github.event.workflow_run }}
83
83
- name : Checkout
84
84
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
85
+ with :
86
+ ref : ${{ github.event.workflow_run.head_sha || inputs.ref || github.sha }}
85
87
- name : Authenticate
86
88
uses : google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10
87
89
id : auth
Original file line number Diff line number Diff line change 77
77
if : ${{ !!github.event.workflow_run }}
78
78
- name : Checkout
79
79
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
80
+ with :
81
+ ref : ${{ github.event.workflow_run.head_sha || inputs.ref || github.sha }}
80
82
- name : Setup Node
81
83
uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
82
84
with :
You can’t perform that action at this time.
0 commit comments