Skip to content

Commit

Permalink
Add missing UserUsername in TagEventPayload
Browse files Browse the repository at this point in the history
  • Loading branch information
gergu committed Apr 15, 2020
1 parent a4dc35a commit 743f78a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gitlab/payload.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ type TagEventPayload struct {
CheckoutSHA string `json:"checkout_sha"`
UserID int64 `json:"user_id"`
UserName string `json:"user_name"`
UserUsername string `json:"user_username"`
UserAvatar string `json:"user_avatar"`
ProjectID int64 `json:"project_id"`
Project Project `json:"Project"`
Expand Down

0 comments on commit 743f78a

Please sign in to comment.