fix grep
All checks were successful
renovate / renovate (push) Successful in 2m4s

This commit is contained in:
2025-12-03 21:46:38 -06:00
parent 45d5050935
commit 372a284c77
5 changed files with 7 additions and 10 deletions

View File

@@ -68,7 +68,7 @@ jobs:
RENDER_DIR=()
echo ">> Checking for changes ..."
GIT_DIFF=$(git diff --name-only ${{ gitea.event.before }}..HEAD | xargs -I {} dirname {} | sort -u | grep "clusters/cl01tl/helm/")
GIT_DIFF=$(git diff --name-only ${{ gitea.event.before }}..HEAD | xargs -I {} dirname {} | sort -u | grep -E "clusters/[^/]+/helm/[^/]+")
if [ -n "${GIT_DIFF}" ]; then
echo ">> Changes detected:"