Skip to content

Commit

Permalink
fix(ci): outputs are always strings 🙄 See actions/runner#1483, again 🤣 (
Browse files Browse the repository at this point in the history
  • Loading branch information
cwrau authored May 14, 2024
1 parent 03c1fba commit 85ad17c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}

0 comments on commit 85ad17c

Please sign in to comment.