Fix jq blocked (#3747)
This commit is contained in:
commit
cb8f6f5e80
1 changed files with 1 additions and 1 deletions
2
.github/workflows/blocked-prs.yml
vendored
2
.github/workflows/blocked-prs.yml
vendored
|
@ -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")"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue