Skip to content

Commit

Permalink
add config (#161)
Browse files Browse the repository at this point in the history
Signed-off-by: Shubham Gupta <[email protected]>
  • Loading branch information
shubham-cmyk authored Oct 12, 2023
1 parent 0a703bc commit edf8b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: List Changed Charts
id: list-changed
run: |
changed_charts=$(ct list-changed --debug)
changed_charts=$(ct list-changed --config ct.yaml)
echo "Changed charts: $changed_charts"
echo "::set-output name=changed_charts::$changed_charts"
Expand Down

0 comments on commit edf8b61

Please sign in to comment.