We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 07999c6 + 78eb8da commit 437c0a7Copy full SHA for 437c0a7
.github/workflows/custard-run.yaml
@@ -128,6 +128,8 @@ jobs:
128
if: ${{ !!github.event.workflow_run }}
129
- name: Checkout
130
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
131
+ with:
132
+ ref: ${{ github.event.workflow_run.head_sha || inputs.ref || github.sha }}
133
- name: Authenticate
134
uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10
135
id: auth
0 commit comments