From 05ee409bd0a33a7fb2ef3fbbf13368cebf1b1e92 Mon Sep 17 00:00:00 2001 From: Ilya Nikokoshev Date: Sat, 6 Jan 2024 02:20:09 +0100 Subject: [PATCH] fix: make shellcheck happier --- .github/workflows/lint-helm-chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-helm-chart.yaml b/.github/workflows/lint-helm-chart.yaml index 5915bee..d96ed95 100644 --- a/.github/workflows/lint-helm-chart.yaml +++ b/.github/workflows/lint-helm-chart.yaml @@ -71,7 +71,7 @@ jobs: run: | changed=$(ct list-changed --config ) if [[ -n "$changed" ]]; then - echo "changed=true" >> $GITHUB_OUTPUT + echo "changed=true" >> "$GITHUB_OUTPUT" fi - name: Run chart-testing (lint)