fix name of field in the response from config api (#962)

Co-authored-by: GulfSugar <gulfsugar@noreply.codeberg.org>
This commit is contained in:
6543
2022-06-09 12:00:13 +02:00
committed by GitHub
parent b45c0fa634
commit 024a12105f

View File

@@ -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"