Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8ffb2ffc32 | |||
| 84dc839b94 | |||
| 2c541a737f |
@@ -1,6 +1,6 @@
|
|||||||
Library webhooks
|
Library webhooks
|
||||||
================
|
================
|
||||||
<img align="right" src="https://raw.githubusercontent.com/go-playground/webhooks/v3/logo.png">
|
<img align="right" src="https://raw.githubusercontent.com/go-playground/webhooks/v3/logo.png">
|
||||||
[](https://travis-ci.org/go-playground/webhooks)
|
[](https://travis-ci.org/go-playground/webhooks)
|
||||||
[](https://coveralls.io/github/go-playground/webhooks?branch=v3)
|
[](https://coveralls.io/github/go-playground/webhooks?branch=v3)
|
||||||
[](https://goreportcard.com/report/go-playground/webhooks)
|
[](https://goreportcard.com/report/go-playground/webhooks)
|
||||||
|
|||||||
+2
-4
@@ -381,8 +381,7 @@ type DeploymentPayload struct {
|
|||||||
Sha string `json:"sha"`
|
Sha string `json:"sha"`
|
||||||
Ref string `json:"ref"`
|
Ref string `json:"ref"`
|
||||||
Task string `json:"task"`
|
Task string `json:"task"`
|
||||||
Payload struct {
|
Payload string `json:"payload"`
|
||||||
} `json:"payload"`
|
|
||||||
Environment string `json:"environment"`
|
Environment string `json:"environment"`
|
||||||
Description *string `json:"description"`
|
Description *string `json:"description"`
|
||||||
Creator struct {
|
Creator struct {
|
||||||
@@ -555,8 +554,7 @@ type DeploymentStatusPayload struct {
|
|||||||
Sha string `json:"sha"`
|
Sha string `json:"sha"`
|
||||||
Ref string `json:"ref"`
|
Ref string `json:"ref"`
|
||||||
Task string `json:"task"`
|
Task string `json:"task"`
|
||||||
Payload struct {
|
Payload string `json:"payload"`
|
||||||
} `json:"payload"`
|
|
||||||
Environment string `json:"environment"`
|
Environment string `json:"environment"`
|
||||||
Description *string `json:"description"`
|
Description *string `json:"description"`
|
||||||
Creator struct {
|
Creator struct {
|
||||||
|
|||||||
Reference in New Issue
Block a user