diff --git a/.gitea/workflows/pr-review.yml b/.gitea/workflows/pr-review.yml index 56f8d882..1375c073 100644 --- a/.gitea/workflows/pr-review.yml +++ b/.gitea/workflows/pr-review.yml @@ -477,7 +477,7 @@ jobs: if [ -f "/tmp/pr_review.txt" ] && [ -s "/tmp/pr_review.txt" ]; then REVIEW_BODY=$(head -c 65536 /tmp/pr_review.txt) BODY=$(jq -n \ - --arg body "Automated PR Review:\n\n${REVIEW_BODY}" \ + --arg body "Automated PR Review:${REVIEW_BODY}" \ '{body: $body, event: "COMMENT"}') else BODY=$(jq -n \