Fix jq blocked (#3747)

This commit is contained in:
Seth Flynn
2025-05-05 18:45:30 -04:00
committed by GitHub

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")"