mirror of
https://github.com/benbusby/farside.git
synced 2025-03-14 19:26:30 -04:00
Print instances found in workflow to log
This commit is contained in:
parent
d172c5d467
commit
17f83649c1
3
.github/workflows/update-instances.yml
vendored
3
.github/workflows/update-instances.yml
vendored
@ -31,6 +31,7 @@ jobs:
|
||||
# ==============================================================
|
||||
# Searx update
|
||||
# ==============================================================
|
||||
echo "Fetching searx instances..."
|
||||
curl -s https://searx.space/data/instances.json | \
|
||||
jq '[
|
||||
.instances |
|
||||
@ -45,6 +46,8 @@ jobs:
|
||||
select(.value.html.grade == "V" or .value.html.grade == "F") |
|
||||
.key
|
||||
] | sort' > searx-tmp.json
|
||||
|
||||
cat searx-tmp.json | jq .
|
||||
|
||||
jq --slurpfile searx searx-tmp.json \
|
||||
'( .[] | select(.type == "searx") )
|
||||
|
Loading…
x
Reference in New Issue
Block a user