Template for error notification.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@ -51,7 +51,12 @@ class App
|
||||
return touch($path);
|
||||
}
|
||||
),
|
||||
'templates' => Expect::structure(['notify' => Expect::string()])
|
||||
'templates' => Expect::structure(
|
||||
[
|
||||
'notify' => Expect::string(),
|
||||
'error' => Expect::string()
|
||||
]
|
||||
)
|
||||
]);
|
||||
|
||||
$parser = new Yaml();
|
||||
|
Reference in New Issue
Block a user