mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-09-01 06:52:04 +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:
@@ -94,7 +94,7 @@ WOODPECKER_CONFIG_SERVICE_ENDPOINT=https://example.com/ciconfig
|
||||
|
||||
```json
|
||||
{
|
||||
"pipelines": [
|
||||
"configs": [
|
||||
{
|
||||
"name": "central-override",
|
||||
"data": "pipeline:\n backend:\n image: alpine\n commands:\n - echo \"Hello there from ConfigAPI\"\n"
|
||||
|
Reference in New Issue
Block a user