From 218e263375fd15f1dac6410d567702093c516b82 Mon Sep 17 00:00:00 2001 From: kiblik <5609770+kiblik@users.noreply.github.com> Date: Tue, 4 Nov 2025 17:21:34 +0100 Subject: [PATCH] fix(helm/dependabot/renovate): Fix broken automatic update (#13520, #13530, #13612) Signed-off-by: kiblik <5609770+kiblik@users.noreply.github.com> --- .github/workflows/test-helm-chart.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/test-helm-chart.yml b/.github/workflows/test-helm-chart.yml index c35698e51e9..5f59843c06c 100644 --- a/.github/workflows/test-helm-chart.yml +++ b/.github/workflows/test-helm-chart.yml @@ -107,6 +107,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 + with: + repository: ${{ github.event.pull_request.head.repo.full_name }} + ref: ${{ github.event.pull_request.head.ref }} - name: Update values in HELM chart if: startsWith(github.head_ref, 'renovate/') || startsWith(github.head_ref, 'dependabot/')