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

This commit is contained in:
2025-12-03 16:56:21 -06:00
parent b36b6330d5
commit 83ee45e128

View File

@@ -43,7 +43,7 @@ jobs:
echo ">> Commit SHA: ${{ gitea.event.after }}" echo ">> Commit SHA: ${{ gitea.event.after }}"
echo ">> Parent Count: $PARENT_COUNT" echo ">> Parent Count: $PARENT_COUNT"
if [ $PARENT_COUNT > 1]; do if [ $PARENT_COUNT > 1]; then
echo "">> Commit detected to be a direct commit to main" echo "">> Commit detected to be a direct commit to main"
fi fi