fix
Some checks failed
renovate / renovate (push) Has been cancelled

This commit is contained in:
2025-12-01 22:05:39 -06:00
parent a9d902a87a
commit 8fabd3612a

View File

@@ -70,7 +70,7 @@ jobs:
echo ">> Checking for changes .."
echo "$GIT_DIFF"
if $GIT_DIFF | grep -q .; then
if [ -n $GIT_DIFF ]; then
echo ">> Changes detected"
for path in $GIT_DIFF; do