We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de0604a commit 0a99babCopy full SHA for 0a99bab
scm/driver/bitbucket/repo.go
@@ -60,7 +60,7 @@ type hook struct {
60
type hookInput struct {
61
Description string `json:"description"`
62
URL string `json:"url"`
63
- SkipCertVerification bool `json:"skip_cert_verification"`
+ SkipCertVerification bool `json:"skip_cert_verification,omitempty"`
64
Active bool `json:"active"`
65
Events []string `json:"events"`
66
}
0 commit comments