added labels from env:RUNNER_LABELS to enable garm cleanup
Some checks failed
build / build (push) Successful in 44s
Go Tests / go-tests (push) Failing after 1m1s

This commit is contained in:
Manuel Ganter 2025-11-03 16:25:15 +01:00
parent 02b9a51976
commit 35f415f875
No known key found for this signature in database

View file

@ -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;