mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 00:25:42 +02:00
ci/update: slightly simplify jq query
This commit is contained in:
parent
bd3184f495
commit
f4ba44225e
1 changed files with 2 additions and 2 deletions
4
.github/workflows/update.yml
vendored
4
.github/workflows/update.yml
vendored
|
@ -72,8 +72,8 @@ jobs:
|
|||
}
|
||||
' | jq --raw-output '
|
||||
.data.repository.pullRequests.nodes[]
|
||||
| to_entries | map("\(.key)=\(.value)")
|
||||
| .[]
|
||||
| to_entries[]
|
||||
| "\(.key)=\(.value)"
|
||||
'
|
||||
)
|
||||
if [[ -n "$info" ]]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue