Skip to content

Commit

Permalink
ci: Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
NoUseFreak committed Mar 16, 2024
1 parent 46f2f50 commit 1f1064d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,11 @@ jobs:
run: |
changed=$(ct --config .github/ct.yaml list-changed)
if [[ -n "$changed" ]]; then
echo "::set-output name=changed::true"
echo "changed=true" >> "$GITHUB_OUTPUT"
fi
- name: Run chart-testing (lint)
if: steps.list-changed.outputs.changed == 'true'
run: ct --config .github/ct.yaml lint

polaris-audit:
Expand Down

0 comments on commit 1f1064d

Please sign in to comment.