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 1
1
Library webhooks
2
2
================
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 )
4
4
[ ![ Build Status] ( https://travis-ci.org/go-playground/webhooks.svg?branch=v3 )] ( https://travis-ci.org/go-playground/webhooks )
5
5
[ ![ Coverage Status] ( https://coveralls.io/repos/go-playground/webhooks/badge.svg?branch=v3&service=github )] ( https://coveralls.io/github/go-playground/webhooks?branch=v3 )
6
6
[ ![ 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 {
381
381
Sha string `json:"sha"`
382
382
Ref string `json:"ref"`
383
383
Task string `json:"task"`
384
- Payload struct {
385
- } `json:"payload"`
384
+ Payload string `json:"payload"`
386
385
Environment string `json:"environment"`
387
386
Description * string `json:"description"`
388
387
Creator struct {
@@ -555,8 +554,7 @@ type DeploymentStatusPayload struct {
555
554
Sha string `json:"sha"`
556
555
Ref string `json:"ref"`
557
556
Task string `json:"task"`
558
- Payload struct {
559
- } `json:"payload"`
557
+ Payload string `json:"payload"`
560
558
Environment string `json:"environment"`
561
559
Description * string `json:"description"`
562
560
Creator struct {
You can’t perform that action at this time.
0 commit comments