ci/update: slightly simplify jq query

This commit is contained in:
Matt Sturgeon 2025-01-24 16:46:35 +00:00
parent bd3184f495
commit f4ba44225e
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299

View file

@ -72,8 +72,8 @@ jobs:
} }
' | jq --raw-output ' ' | jq --raw-output '
.data.repository.pullRequests.nodes[] .data.repository.pullRequests.nodes[]
| to_entries | map("\(.key)=\(.value)") | to_entries[]
| .[] | "\(.key)=\(.value)"
' '
) )
if [[ -n "$info" ]]; then if [[ -n "$info" ]]; then