diff options
| author | Ben Busby <contact@benbusby.com> | 2023-07-18 21:39:08 -0600 |
|---|---|---|
| committer | Ben Busby <contact@benbusby.com> | 2023-07-18 21:39:08 -0600 |
| commit | 2b6795ae3c2c74c3bb80ec475fe69cdd5a95dac5 (patch) | |
| tree | fa4a1fb372d50fcc10848239cfff5026351fcd59 /.github | |
| parent | 7693a6b0633c3eee5d717662df72b62463d6f2d1 (diff) | |
| download | farside-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.yml | 2 |
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 |
