add for debug
All checks were successful
renovate / renovate (push) Successful in 1m58s

This commit is contained in:
2025-12-07 12:16:48 -06:00
parent aec7f80cc3
commit 22dd67aaa1

View File

@@ -61,6 +61,7 @@ jobs:
if [ "${{ github.event_name }}" == "pull_request" ]; then
echo ""
echo ">> Checking for changes in a pull request ..."
git diff --name-only "${BASE_BRANCH}" | xargs -I {} dirname {} | sort -u | grep -E "clusters/[^/]+/helm/[^/]+"
GIT_DIFF=$(git diff --name-only "${BASE_BRANCH}" | xargs -I {} dirname {} | sort -u | grep -E "clusters/[^/]+/helm/[^/]+")
else
echo ""