diff --git a/.github/workflows/ci.helm-lint.yaml b/.github/workflows/ci.helm-lint.yaml index 8dbc217b..9d6b147e 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 "changed=true" >> "$GITHUB_OUTPUT" + echo "::set-output name=changed::true" fi - name: Run Helm lint to changed charts