mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-09-15 06:55:02 -04:00
Fix jq blocked (#3747)
This commit is contained in:
commit
cb8f6f5e80
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…
x
Reference in New Issue
Block a user