ci(blocked-pr): another jq syntax fix

Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
Rachel Powers 2025-05-05 15:40:21 -07:00
parent d1234198a1
commit f379c5ef34
No known key found for this signature in database
GPG Key ID: E10E321EB160949B

View File

@ -64,7 +64,7 @@ jobs:
"prNumber": .number,
"prHeadSha": .head.sha,
"prHeadLabel": .head.label,
"prBody": .body // "",
"prBody": (.body // ""),
"prLabels": (reduce .labels[].name as $l ([]; . + [$l]))
}
' <<< "$PR_JSON")"