From ca09143a2505ddd5a03fdcfd883edeb5d07c26cd Mon Sep 17 00:00:00 2001 From: Stavros kois Date: Tue, 4 Oct 2022 15:09:24 +0300 Subject: [PATCH] quote find pattern --- .github/workflows/charts-lint-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/charts-lint-test.yaml b/.github/workflows/charts-lint-test.yaml index ff82b26d..5eaea520 100644 --- a/.github/workflows/charts-lint-test.yaml +++ b/.github/workflows/charts-lint-test.yaml @@ -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