From 6a18504e084b5bd56b64c34757db64776895d053 Mon Sep 17 00:00:00 2001 From: aesoft <43991222+aeppling@users.noreply.github.com> Date: Mon, 16 Sep 2024 10:31:47 +0200 Subject: [PATCH] fix: CICD rules recursive --- .github/workflows/rules.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rules.yaml b/.github/workflows/rules.yaml index a94bf36..0240705 100644 --- a/.github/workflows/rules.yaml +++ b/.github/workflows/rules.yaml @@ -38,7 +38,7 @@ jobs: - name: Copy Files run: | - cp -rf external-repo/*.yaml current-repo/kexa-chart/files/rules/ + cp -rf external-repo/* current-repo/kexa-chart/files/rules/ shell: bash - name: List Target Directory