mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2025-05-11 12:04:41 +02: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,
|
||||
"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