mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-04-26 13:34:45 +00:00
fix name of field in the response from config api (#962)
Co-authored-by: GulfSugar <gulfsugar@noreply.codeberg.org>
This commit is contained in:
parent
b45c0fa634
commit
024a12105f
1 changed files with 1 additions and 1 deletions
|
@ -94,7 +94,7 @@ WOODPECKER_CONFIG_SERVICE_ENDPOINT=https://example.com/ciconfig
|
||||||
|
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
"pipelines": [
|
"configs": [
|
||||||
{
|
{
|
||||||
"name": "central-override",
|
"name": "central-override",
|
||||||
"data": "pipeline:\n backend:\n image: alpine\n commands:\n - echo \"Hello there from ConfigAPI\"\n"
|
"data": "pipeline:\n backend:\n image: alpine\n commands:\n - echo \"Hello there from ConfigAPI\"\n"
|
||||||
|
|
Loading…
Reference in a new issue