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