We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10155ce commit 662fbb0Copy full SHA for 662fbb0
1 file changed
.github/workflows/release-x-manual-helm-chart.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Checkout
31
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
32
with:
33
- ref: master
+ ref: ${{ inputs.release_number }}
34
fetch-depth: 0
35
36
# This action is deprecated. Not sure if it is even being used anymore...
0 commit comments