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

This commit is contained in:
2025-12-02 22:45:03 -06:00
parent 6e6917a00b
commit 581098e755

View File

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