mirror of
https://github.com/benbusby/farside.git
synced 2025-04-19 14:55:50 -04:00
Fix breezewiki tmp filename in nightly build
This commit is contained in:
parent
0ce0832a28
commit
27b3ee85a7
2
.github/workflows/update-instances.yml
vendored
2
.github/workflows/update-instances.yml
vendored
@ -209,7 +209,7 @@ jobs:
|
||||
# BreezeWiki update
|
||||
# ==============================================================
|
||||
curl -s https://docs.breezewiki.com/files/instances.json | \
|
||||
jq '[.[] | .instance]' > bw-tmp.json
|
||||
jq '[.[] | .instance]' > breezewiki-tmp.json
|
||||
jq --slurpfile breezewiki breezewiki-tmp.json \
|
||||
'(.[] | select(.type == "breezewiki") )
|
||||
.instances |= $breezewiki[0]' services-full.json > services-tmp.json
|
||||
|
Loading…
x
Reference in New Issue
Block a user