ci(blocked-pr): another jq syntax fix
Signed-off-by: Rachel Powers <508861+Ryex@users.noreply.github.com>
This commit is contained in:
parent
d1234198a1
commit
f379c5ef34
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,
|
"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")"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue