From 1a08162ad157698d7b47d171d1c86a960a8a6d0f Mon Sep 17 00:00:00 2001 From: jay-bisonai <137759552+jay-bisonai@users.noreply.github.com> Date: Thu, 8 Feb 2024 17:23:10 +0900 Subject: [PATCH] test: Update ci.helm-lint.yaml to echo changed charts --- .github/workflows/ci.helm-lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.helm-lint.yaml b/.github/workflows/ci.helm-lint.yaml index 9d6b147e..cf1f4097 100644 --- a/.github/workflows/ci.helm-lint.yaml +++ b/.github/workflows/ci.helm-lint.yaml @@ -42,7 +42,7 @@ jobs: run: | changed=$(ct list-changed --target-branch i-56/feat/ci-helm-lint) if [[ -n "$changed" ]]; then - echo "::set-output name=changed::true" + echo $changed fi - name: Run Helm lint to changed charts