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.
2 parents be944ed + 2c541a7 commit 84dc839Copy full SHA for 84dc839
github/payload.go
@@ -381,8 +381,7 @@ type DeploymentPayload struct {
381
Sha string `json:"sha"`
382
Ref string `json:"ref"`
383
Task string `json:"task"`
384
- Payload struct {
385
- } `json:"payload"`
+ Payload string `json:"payload"`
386
Environment string `json:"environment"`
387
Description *string `json:"description"`
388
Creator struct {
@@ -555,8 +554,7 @@ type DeploymentStatusPayload struct {
555
554
556
557
558
559
560
561
562
0 commit comments