File tree Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Expand file tree Collapse file tree 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 11Library webhooks
22================
3- <img align =" right " src =" https://raw.githubusercontent.com/go-playground/webhooks/v3/logo.png " >![ Project status] ( https://img.shields.io/badge/version-3.12 .0-green.svg )
3+ <img align =" right " src =" https://raw.githubusercontent.com/go-playground/webhooks/v3/logo.png " >![ Project status] ( https://img.shields.io/badge/version-3.13 .0-green.svg )
44[ ![ Build Status] ( https://travis-ci.org/go-playground/webhooks.svg?branch=v3 )] ( https://travis-ci.org/go-playground/webhooks )
55[ ![ Coverage Status] ( https://coveralls.io/repos/go-playground/webhooks/badge.svg?branch=v3&service=github )] ( https://coveralls.io/github/go-playground/webhooks?branch=v3 )
66[ ![ Go Report Card] ( https://goreportcard.com/badge/go-playground/webhooks )] ( https://goreportcard.com/report/go-playground/webhooks )
Original file line number Diff line number Diff line change @@ -381,8 +381,7 @@ type DeploymentPayload struct {
381381 Sha string `json:"sha"`
382382 Ref string `json:"ref"`
383383 Task string `json:"task"`
384- Payload struct {
385- } `json:"payload"`
384+ Payload string `json:"payload"`
386385 Environment string `json:"environment"`
387386 Description * string `json:"description"`
388387 Creator struct {
@@ -555,8 +554,7 @@ type DeploymentStatusPayload struct {
555554 Sha string `json:"sha"`
556555 Ref string `json:"ref"`
557556 Task string `json:"task"`
558- Payload struct {
559- } `json:"payload"`
557+ Payload string `json:"payload"`
560558 Environment string `json:"environment"`
561559 Description * string `json:"description"`
562560 Creator struct {
You can’t perform that action at this time.
0 commit comments