Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyas28 committed May 6, 2021
1 parent 59fb748 commit 12db29b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions github/github.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import (
"fmt"
"io"
"io/ioutil"
"log"
"net/http"
)

Expand Down Expand Up @@ -167,6 +168,7 @@ func (hook Webhook) Parse(r *http.Request, events ...Event) (interface{}, error)
}
}

log.Printf("Event: %s", event)
switch gitHubEvent {
case CheckRunEvent:
var pl CheckRunPayload
Expand Down

0 comments on commit 12db29b

Please sign in to comment.