fix if
All checks were successful
renovate / renovate (push) Successful in 1m8s

This commit is contained in:
2025-12-10 22:43:32 -06:00
parent e6f4d9190d
commit 2d91840652

View File

@@ -80,7 +80,7 @@ jobs:
echo "$GIT_DIFF"
for path in $GIT_DIFF; do
if [[ echo "$path" | grep -q -E "clusters/[^/]+/helm/[^/]+" ]]; then
if [ echo "$path" | grep -q -E "clusters/[^/]+/helm/[^/]+" ]; then
echo ""
echo ">> Adding path: $path"
CHANGED_CHARTS+=$(echo "$path" | awk -F '/' '{print $4}')