Fix trigger names
This commit is contained in:
parent
40f55f00d3
commit
6103ae1363
1 changed files with 4 additions and 3 deletions
|
@ -94,16 +94,17 @@
|
|||
},
|
||||
"triggers": [
|
||||
{
|
||||
"type": "ImageChange"
|
||||
"type": "imageChange",
|
||||
"imageChange": {}
|
||||
},
|
||||
{
|
||||
"type": "GitHub",
|
||||
"type": "github",
|
||||
"github": {
|
||||
"secret": "secret123"
|
||||
}
|
||||
},
|
||||
{
|
||||
"type": "Generic",
|
||||
"type": "generic",
|
||||
"generic": {
|
||||
"secret": "secret123"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue