fixed typo and actual name of json field (#942)

This commit is contained in:
Anbraten 2022-05-30 00:56:28 +02:00 committed by GitHub
parent fe006d9656
commit 56a55842f6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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