mirror of
https://github.com/truecharts/library-charts.git
synced 2026-07-04 23:31:24 -03:00
quote find pattern
This commit is contained in:
2
.github/workflows/charts-lint-test.yaml
vendored
2
.github/workflows/charts-lint-test.yaml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user