Skip to content

Commit

Permalink
fix(ci): outputs are always strings πŸ™„
Browse files Browse the repository at this point in the history
See actions/runner#1483, again 🀣
  • Loading branch information
cwrau committed May 14, 2024
1 parent fa61519 commit cf24083
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 cf24083

Please sign in to comment.