mirror of
https://github.com/benbusby/farside.git
synced 2025-04-19 14:55:50 -04:00
Use single quote in yq command
This commit is contained in:
parent
3aeb0007f5
commit
4b27a13eeb
2
.github/workflows/update-instances.yml
vendored
2
.github/workflows/update-instances.yml
vendored
@ -61,7 +61,7 @@ jobs:
|
||||
# searx update
|
||||
# ==============================================================
|
||||
curl -s https://raw.githubusercontent.com/searx/searx-instances/master/searxinstances/instances.yml | \
|
||||
yq -o=json "keys | sort" > searx-tmp.json
|
||||
yq -o=json 'keys | sort' > searx-tmp.json
|
||||
jq --slurpfile searx searx-tmp.json \
|
||||
'( .[] | select(.type == "searx") )
|
||||
.instances |= $searx[0]' services-full.json > services-tmp.json
|
||||
|
Loading…
x
Reference in New Issue
Block a user