diff --git a/.github/workflows/linter.yaml b/.github/workflows/linter.yaml index 237f1f743..292391a52 100644 --- a/.github/workflows/linter.yaml +++ b/.github/workflows/linter.yaml @@ -63,4 +63,4 @@ jobs: - run: ./.github/scripts/templateHelmChartRecursivelyToFolder.sh "charts/$CHART" /tmp/templated id: templateChart - run: pluto detect-files -d /tmp/templated -o custom --columns 'FILEPATH,NAME,KIND,VERSION,REPLACEMENT,REMOVED,DEPRECATED,REPL AVAIL' - if: ${{ steps.templateChart.outputs.skipped == false }} + if: ${{ steps.templateChart.outputs.skipped == 'false' }}