mirror of
https://github.com/nix-community/nixvim.git
synced 2025-06-21 08:35:43 +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 '
|
' | 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue