From 1759973a8cdab01d78a80886ee5ed0961eafd4b5 Mon Sep 17 00:00:00 2001 From: Ilya Nikokoshev Date: Sat, 6 Jan 2024 14:24:13 +0100 Subject: [PATCH] fix: remove a trailing space --- .github/workflows/chart-releaser.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/chart-releaser.yaml b/.github/workflows/chart-releaser.yaml index a952531..c4db26d 100644 --- a/.github/workflows/chart-releaser.yaml +++ b/.github/workflows/chart-releaser.yaml @@ -30,7 +30,7 @@ jobs: # https://github.com/helm/helm/issues/9903#issue-935152749 # https://github.com/helm/helm/issues/8036#issuecomment-1126959239 run: | - if [ -f "./Chart.lock" ]; then + if [ -f "./Chart.lock" ]; then yq --indent 0 '.dependencies | map(["helm", "repo", "add", .name, .repository] | join(" ")) | .[]' "./Chart.lock" | sh -- fi