1
0
mirror of https://github.com/woodpecker-ci/woodpecker.git synced 2024-12-30 10:11:23 +02:00

Github: fix webhook struct tags

This commit is contained in:
Vaidas Jablonskis 2017-03-01 16:47:46 +00:00
parent 4c036b7838
commit d8281c2cdf

View File

@ -13,13 +13,13 @@ type webhook struct {
Author struct {
Name string `json:"name"`
Email string `json:"name"`
Email string `json:"email"`
Username string `json:"username"`
} `json:"author"`
Committer struct {
Name string `json:"name"`
Email string `json:"name"`
Email string `json:"email"`
Username string `json:"username"`
} `json:"committer"`
} `json:"head_commit"`