summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorBen Busby <contact@benbusby.com>2023-07-18 21:39:08 -0600
committerBen Busby <contact@benbusby.com>2023-07-18 21:39:08 -0600
commit2b6795ae3c2c74c3bb80ec475fe69cdd5a95dac5 (patch)
treefa4a1fb372d50fcc10848239cfff5026351fcd59 /.github
parent7693a6b0633c3eee5d717662df72b62463d6f2d1 (diff)
downloadfarside-2b6795ae3c2c74c3bb80ec475fe69cdd5a95dac5.tar.gz
Add missing jq var name in nightly build
GotHub auto update missing the "gothub" variable name before applying the results
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/update-instances.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-instances.yml b/.github/workflows/update-instances.yml
index 829583b..5cda693 100644
--- a/.github/workflows/update-instances.yml
+++ b/.github/workflows/update-instances.yml
@@ -222,7 +222,7 @@ jobs:
curl -s https://codeberg.org/gothub/gothub-instances/raw/branch/master/instances.json | \
jq '[.[] | .link]' > gothub-tmp.json
- jq --slurpfile gothub-tmp.json \
+ jq --slurpfile gothub gothub-tmp.json \
'(.[] | select(.type == "gothub") )
.instances |= $gothub[0]' services-full.json > services-tmp.json