From 7703586ba7bc0c8c06cd9bf7a54af6dc301ac3c0 Mon Sep 17 00:00:00 2001 From: Kjeld Schouten-Lebbing Date: Fri, 11 Nov 2022 23:19:57 +0100 Subject: [PATCH] Update renovate-bump.yaml Signed-off-by: Kjeld Schouten-Lebbing --- .github/workflows/renovate-bump.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate-bump.yaml b/.github/workflows/renovate-bump.yaml index d07567c4d9f..67976d34df6 100644 --- a/.github/workflows/renovate-bump.yaml +++ b/.github/workflows/renovate-bump.yaml @@ -83,7 +83,7 @@ jobs: tcsource="https://github.com/truecharts/charts/tree/master/charts/$train/$chartname" go-yq -i '.sources += env(tcsource)' "${chart}/Chart.yaml" # Add the rest of the sources while IFS= read -r line; do - src="$line" go-yq -i '.sources += env(src)' "${chart}/Chart.yaml" + src="$line" go-yq -i '.sources += env(src)' "${chart}/Chart.yaml" || echo "src set error" done <<< "$curr_sources" echo "Sources of ${chartname} updated!" }