Skip to content

Commit

Permalink
testing helm linter 39
Browse files Browse the repository at this point in the history
  • Loading branch information
djkormo committed Oct 27, 2024
1 parent 6ba06b8 commit 1330390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm-chart-lint-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
continue-on-error: true
id: list-changed
run: |
changed=$(ct list-changed --config ct.yaml)
changed=$(ct list-changed --config ./.github/ct/ct.yaml)
if [[ -n "$changed" ]]; then
echo "changed=true" >> $GITHUB_OUTPUT
fi
Expand Down

0 comments on commit 1330390

Please sign in to comment.