fix(proxmox): resolve 11 dashboard UI and API issues #127

Merged
sarman merged 6 commits from fix/proxmox-ui-and-api-issues into beta 2026-06-21 15:22:12 +00:00
Showing only changes of commit fb301e889b - Show all commits

View File

@ -477,7 +477,7 @@ jobs:
if [ -f "/tmp/pr_review.txt" ] && [ -s "/tmp/pr_review.txt" ]; then if [ -f "/tmp/pr_review.txt" ] && [ -s "/tmp/pr_review.txt" ]; then
REVIEW_BODY=$(head -c 65536 /tmp/pr_review.txt) REVIEW_BODY=$(head -c 65536 /tmp/pr_review.txt)
BODY=$(jq -n \ BODY=$(jq -n \
--arg body "Automated PR Review:\n\n${REVIEW_BODY}" \ --arg body "Automated PR Review:${REVIEW_BODY}" \
'{body: $body, event: "COMMENT"}') '{body: $body, event: "COMMENT"}')
else else
BODY=$(jq -n \ BODY=$(jq -n \