Remove default config

This commit is contained in:
Stefan Bethke 2024-09-12 13:19:40 +02:00
parent 667d0c0762
commit 2ddee3af8f
2 changed files with 0 additions and 19 deletions

View file

@ -1126,16 +1126,6 @@ The **Runner Configuration** `forgejo.runner.config` is simply the contents of t
[runner config file](https://forgejo.codeberg.page/docs/v1.20/admin/actions/#configuration).
Make sure to specify at least one label so that workflows can find the runner.
Default runner config:
```yaml
forgejo.runner:
__config:
____runner:
______labels:
________- docker:docker://node:16-bullseye
```
| Name | Description | Value |
| --------------------------------------- | ------------------------------------------------------------------------------------------ | ------------------ |
| `forgejo.runner.config` | contents of runner's config.yaml | `{}` |

View file

@ -639,15 +639,6 @@ gitea:
## [runner config file](https://forgejo.codeberg.page/docs/v1.20/admin/actions/#configuration).
## Make sure to specify at least one label so that workflows can find the runner.
##
## Default runner config:
##
## ```yaml
## forgejo.runner:
## __config:
## ____runner:
## ______labels:
## ________- docker:docker://node:20-bookworm
## ```
## @descriptionEnd
## @param forgejo.runner.config [object] contents of runner's config.yaml
## @param forgejo.runner.enabled Enable automatic deployment of a runner