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

This commit is contained in:
2025-12-03 17:01:48 -06:00
parent 51b622b9aa
commit 4f42b80902

View File

@@ -44,7 +44,7 @@ jobs:
echo ">> Parent Count: $PARENT_COUNT" echo ">> Parent Count: $PARENT_COUNT"
if [ $PARENT_COUNT > 1]; then if [ $PARENT_COUNT > 1]; then
echo "">> Commit detected to be a direct commit to main" echo ">> Commit detected to be direct to main"
fi fi
echo "parent-count=$PARENT_COUNT" >> "$GITHUB_OUTPUT" echo "parent-count=$PARENT_COUNT" >> "$GITHUB_OUTPUT"