Skip to content

Commit

Permalink
Add ct config yml for list-changed
Browse files Browse the repository at this point in the history
  • Loading branch information
tei-k committed May 11, 2021
1 parent 6b1f41b commit e307a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/helm_charts_scalar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Run chart-testing (list-changed)
id: list-changed
run: |
changed=$(ct list-changed)
changed=$(ct list-changed --config .github/ct.yaml)
if [[ -n "$changed" ]]; then
echo "::set-output name=changed::true"
fi
Expand Down

0 comments on commit e307a8c

Please sign in to comment.