From 2b6795ae3c2c74c3bb80ec475fe69cdd5a95dac5 Mon Sep 17 00:00:00 2001 From: Ben Busby Date: Tue, 18 Jul 2023 21:39:08 -0600 Subject: [PATCH] Add missing jq var name in nightly build GotHub auto update missing the "gothub" variable name before applying the results --- .github/workflows/update-instances.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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