mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-05-06 09:34:41 +02:00
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
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…
x
Reference in New Issue
Block a user