Fix jq blocked (#3747)

This commit is contained in:
Seth Flynn 2025-05-05 18:45:30 -04:00 committed by GitHub
commit cb8f6f5e80
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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