File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ func main() {
7070}
7171
7272// HandleRelease handles GitHub release events
73- func HandleRelease (payload interface {}) {
73+ func HandleRelease (payload interface {}, header webhooks . Header ) {
7474
7575 fmt.Println (" Handling Release" )
7676
@@ -86,7 +86,7 @@ func HandleRelease(payload interface{}) {
8686}
8787
8888// HandlePullRequest handles GitHub pull_request events
89- func HandlePullRequest (payload interface {}) {
89+ func HandlePullRequest (payload interface {}, header webhooks . Header ) {
9090
9191 fmt.Println (" Handling Pull Request" )
9292
@@ -125,7 +125,7 @@ func main() {
125125}
126126
127127// HandleMultiple handles multiple GitHub events
128- func HandleMultiple (payload interface {}) {
128+ func HandleMultiple (payload interface {}, header webhooks . Header ) {
129129
130130 fmt.Println (" Handling Payload.." )
131131
You can’t perform that action at this time.
0 commit comments