quote find pattern

This commit is contained in:
Stavros kois
2022-10-04 15:09:24 +03:00
parent 0ffdd9c45b
commit ca09143a25

View File

@@ -96,4 +96,4 @@ jobs:
- name: Run chart-testing (install)
if: needs.lint.outputs.changed == 'true'
run: find ./ -type f -name *.yaml -exec sed -i 's/tccr.io/ghcr.io/gI' {} \; && ct install --config .github/ct-install.yaml
run: find ./ -type f -name "*.yaml" -exec sed -i 's/tccr.io/ghcr.io/gI' {} \; && ct install --config .github/ct-install.yaml