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.
2 parents 1e60f15 + b330f96 commit 300f772Copy full SHA for 300f772
.github/workflows/helm.yaml
@@ -65,10 +65,10 @@ jobs:
65
steps:
66
- name: Checkout master
67
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
68
- ref: ${{ github.ref_name }}
69
with:
70
# Fetch entire history. Required for chart-releaser; see https://github.com/helm/chart-releaser-action/issues/13#issuecomment-602063896
71
fetch-depth: 0
+ ref: ${{ github.ref_name }}
72
73
- name: Setup
74
shell: bash
0 commit comments