From 805a3a181942c30c340e3c8df6dd02b58de51319 Mon Sep 17 00:00:00 2001 From: kjeld Schouten-Lebbing Date: Mon, 15 Nov 2021 21:10:52 +0100 Subject: [PATCH] fix oops in renovate bump ci --- .github/workflows/renovate-bump.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/renovate-bump.yaml b/.github/workflows/renovate-bump.yaml index 4116b9cced4..1e4b5049791 100644 --- a/.github/workflows/renovate-bump.yaml +++ b/.github/workflows/renovate-bump.yaml @@ -51,9 +51,9 @@ jobs: train="incubator" elif test -f "./charts/library/${chart}/Chart.yaml"; then train="library" - elif test -f "./charts/dependency/${{ matrix.app }}/Chart.yaml"; then + elif test -f "./charts/dependency/${chart}/Chart.yaml"; then train="dependency" - elif test -f "./charts/core/${{ matrix.app }}/Chart.yaml"; then + elif test -f "./charts/core/${chart}/Chart.yaml"; then train="core" else train="incubator"