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"