Remove default config
This commit is contained in:
parent
667d0c0762
commit
2ddee3af8f
2 changed files with 0 additions and 19 deletions
10
README.md
10
README.md
|
@ -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).
|
[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.
|
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 |
|
| Name | Description | Value |
|
||||||
| --------------------------------------- | ------------------------------------------------------------------------------------------ | ------------------ |
|
| --------------------------------------- | ------------------------------------------------------------------------------------------ | ------------------ |
|
||||||
| `forgejo.runner.config` | contents of runner's config.yaml | `{}` |
|
| `forgejo.runner.config` | contents of runner's config.yaml | `{}` |
|
||||||
|
|
|
@ -639,15 +639,6 @@ gitea:
|
||||||
## [runner config file](https://forgejo.codeberg.page/docs/v1.20/admin/actions/#configuration).
|
## [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.
|
## 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
|
## @descriptionEnd
|
||||||
## @param forgejo.runner.config [object] contents of runner's config.yaml
|
## @param forgejo.runner.config [object] contents of runner's config.yaml
|
||||||
## @param forgejo.runner.enabled Enable automatic deployment of a runner
|
## @param forgejo.runner.enabled Enable automatic deployment of a runner
|
||||||
|
|
Loading…
Reference in a new issue