Skip to content

Commit 7e74550

Browse files
author
Dean Karn
authored
Merge pull request #34 from go-playground/v3
Merge latest v3 changes
2 parents be944ed + 8ffb2ff commit 7e74550

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Library 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)

github/payload.go

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)