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

This commit is contained in:
2025-12-03 16:49:10 -06:00
parent 44abc97c90
commit 33cda55291

View File

@@ -69,8 +69,8 @@ jobs:
RENDER_DIR=() RENDER_DIR=()
echo ">> Checking for changes ..." echo ">> Checking for changes from HEAD^..HEAD ..."
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 HEAD^..HEAD | xargs -I {} dirname {} | sort -u | grep "clusters/cl01tl/helm/")
if [ -n "${GIT_DIFF}" ]; then if [ -n "${GIT_DIFF}" ]; then
echo ">> Changes detected:" echo ">> Changes detected:"