added labels from env:RUNNER_LABELS to enable garm cleanup
This commit is contained in:
parent
02b9a51976
commit
35f415f875
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue