Skip to content

Commit 662fbb0

Browse files
helm chart publisher: use proper ref for checkout (#12392)
1 parent 10155ce commit 662fbb0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-x-manual-helm-chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Checkout
3131
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3232
with:
33-
ref: master
33+
ref: ${{ inputs.release_number }}
3434
fetch-depth: 0
3535

3636
# This action is deprecated. Not sure if it is even being used anymore...

0 commit comments

Comments
 (0)