We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent edf7782 commit 0494bcbCopy full SHA for 0494bcb
.github/workflows/custard-run-dev.yaml
@@ -82,6 +82,8 @@ jobs:
82
if: ${{ !!github.event.workflow_run }}
83
- name: Checkout
84
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
85
+ with:
86
+ ref: ${{ github.event.workflow_run.head_sha || inputs.ref || github.sha }}
87
- name: Authenticate
88
uses: google-github-actions/auth@ba79af03959ebeac9769e648f473a284504d9193 # v2.1.10
89
id: auth
.github/workflows/custard-run.yaml
@@ -77,6 +77,8 @@ jobs:
77
78
79
80
81
- name: Setup Node
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
with:
0 commit comments