From 4f42b80902e18b440b9793ce24172c5bb2244ac9 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Wed, 3 Dec 2025 17:01:48 -0600 Subject: [PATCH] fix --- .gitea/workflows/render-manifests-push.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/render-manifests-push.yaml b/.gitea/workflows/render-manifests-push.yaml index 384865015..e017e102f 100644 --- a/.gitea/workflows/render-manifests-push.yaml +++ b/.gitea/workflows/render-manifests-push.yaml @@ -44,7 +44,7 @@ jobs: echo ">> Parent Count: $PARENT_COUNT" if [ $PARENT_COUNT > 1]; then - echo "">> Commit detected to be a direct commit to main" + echo ">> Commit detected to be direct to main" fi echo "parent-count=$PARENT_COUNT" >> "$GITHUB_OUTPUT"