mirror of
https://github.com/outbackdingo/helm-charts-new.git
synced 2026-01-27 10:19:10 +00:00
.github/workflows/charts-lint-test.yaml: FIXME
This commit is contained in:
2
.github/workflows/charts-lint-test.yaml
vendored
2
.github/workflows/charts-lint-test.yaml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
- name: Run chart-testing (list-changed)
|
||||
id: list-changed
|
||||
run: |
|
||||
changed=$(ct list-changed --target-branch main | grep -v '>>>')
|
||||
changed=$(ct list-changed --target-branch main)
|
||||
if [[ -n "$changed" ]] && [[ "$changed" =~ "charts/" ]]; then
|
||||
echo "::set-output name=changed::true"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user