fix
All checks were successful
renovate / renovate (push) Successful in 31s

This commit is contained in:
2025-12-04 19:23:22 -06:00
parent 60288e9ab6
commit 15458b55cb

View File

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