diff --git a/runner/entrypoint.sh b/runner/entrypoint.sh index 52cf182..55fcc3c 100755 --- a/runner/entrypoint.sh +++ b/runner/entrypoint.sh @@ -61,7 +61,7 @@ forgejo-runner \ --token ${RUNNER_SECRET} \ --name ${RUNNER_NAME} \ --instance ${GITHUB_URL} \ - --labels ubuntu-host:host + --labels "${RUNNER_LABELS//,/:host,}:host" forgejo-runner generate-config > config.yml;