mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2025-02-17 03:45:13 +00:00
fixed typo and actual name of json field (#942)
This commit is contained in:
parent
fe006d9656
commit
56a55842f6
1 changed files with 2 additions and 2 deletions
|
@ -83,9 +83,9 @@ WOODPECKER_CONFIG_SERVICE_SECRET=mysecretsigningkey
|
||||||
"updated_at": 0,
|
"updated_at": 0,
|
||||||
"verified": false
|
"verified": false
|
||||||
},
|
},
|
||||||
"config": [
|
"configs": [
|
||||||
{
|
{
|
||||||
"name": ".woodpecekr.yml",
|
"name": ".woodpecker.yml",
|
||||||
"data": "pipeline:\n backend:\n image: alpine\n commands:\n - echo \"Hello there from Repo (.woodpecekr.yml)\"\n"
|
"data": "pipeline:\n backend:\n image: alpine\n commands:\n - echo \"Hello there from Repo (.woodpecekr.yml)\"\n"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue