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.
1 parent 0494bcb commit 78eb8daCopy full SHA for 78eb8da
.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