Skip to content

Commit f313936

Browse files
strongjzk8s-infra-cherrypick-robot
authored andcommitted
fix ref error
Signed-off-by: James Strong <[email protected]>
1 parent d768e7d commit f313936

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/helm.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,10 @@ jobs:
6565
steps:
6666
- name: Checkout master
6767
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
68-
ref: ${{ github.ref_name }}
6968
with:
7069
# Fetch entire history. Required for chart-releaser; see https://github.com/helm/chart-releaser-action/issues/13#issuecomment-602063896
7170
fetch-depth: 0
71+
ref: ${{ github.ref_name }}
7272

7373
- name: Setup
7474
shell: bash

0 commit comments

Comments
 (0)