mirror of
https://github.com/adnanh/webhook.git
synced 2025-10-05 14:11:02 +00:00
Corrected parameter name, typo, error message, and variable naming
This commit is contained in:
parent
e1036eaaf0
commit
baad906d24
2 changed files with 9 additions and 9 deletions
|
@ -381,7 +381,7 @@ type Hook struct {
|
|||
PassEnvironmentToCommand []Argument `json:"pass-environment-to-command,omitempty"`
|
||||
PassArgumentsToCommand []Argument `json:"pass-arguments-to-command,omitempty"`
|
||||
JSONStringParameters []Argument `json:"parse-parameters-as-json,omitempty"`
|
||||
MaxConcurrency int `json:"max-concurrency,omiempty"`
|
||||
MaxConcurrency int `json:"maximum-concurrent-executions,omitempty"`
|
||||
TriggerRule *Rules `json:"trigger-rule,omitempty"`
|
||||
TriggerRuleMismatchHttpResponseCode int `json:"trigger-rule-mismatch-http-response-code,omitempty"`
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue