15 lines
571 B
Django/Jinja
15 lines
571 B
Django/Jinja
{
|
|
"WARNING": "This file is automatically generated by act-runner. Do not edit it manually unless you know what you are doing. Removing this file will cause act runner to re-register as a new runner.",
|
|
"id": {{ runner_id }},
|
|
"uuid": "{{ runner_uuid }}",
|
|
"name": "runner",
|
|
"token": "{{ runner_token }}",
|
|
"address": "https://git.opnxng.com",
|
|
"labels": [
|
|
"ubuntu-latest:docker://node:16-bullseye",
|
|
"ubuntu-22.04:docker://node:16-bullseye",
|
|
"ubuntu-20.04:docker://node:16-bullseye",
|
|
"ubuntu-18.04:docker://node:16-buster",
|
|
"runner:host"
|
|
]
|
|
} |