Skip to content

Commit 33e62d2

Browse files
committed
fix(helm/dependabot/renovate): Fix broken automatic update (#13520, #13530, #13612)
1 parent fb49ecd commit 33e62d2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test-helm-chart.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ jobs:
107107
steps:
108108
- name: Checkout
109109
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
110+
with:
111+
ref: ${{ github.event.pull_request.head.ref }}
110112

111113
- name: Update values in HELM chart
112114
if: startsWith(github.head_ref, 'renovate/') || startsWith(github.head_ref, 'dependabot/')

0 commit comments

Comments
 (0)