mirror of
https://github.com/benbusby/farside.git
synced 2025-04-25 13:10:02 +00:00
Fix breezewiki tmp filename in nightly build
This commit is contained in:
parent
0ce0832a28
commit
27b3ee85a7
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue