diff options
| author | Ben Busby <contact@benbusby.com> | 2023-05-19 11:01:57 -0600 |
|---|---|---|
| committer | Ben Busby <contact@benbusby.com> | 2023-05-19 11:01:57 -0600 |
| commit | 27b3ee85a76143f646b323ef16d1701213f8d412 (patch) | |
| tree | b0d8a32d3fa875a0fa56224b68d183f4361abf54 /.github | |
| parent | 0ce0832a2855d1bad52898a585e5f416b9dfd9c4 (diff) | |
| download | farside-27b3ee85a76143f646b323ef16d1701213f8d412.tar.gz | |
Fix breezewiki tmp filename in nightly build
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/update-instances.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-instances.yml b/.github/workflows/update-instances.yml index b152420..2c043ab 100644 --- a/.github/workflows/update-instances.yml +++ b/.github/workflows/update-instances.yml @@ -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 |
