Skip to content

Commit 743f78a

Browse files
committed
Add missing UserUsername in TagEventPayload
1 parent a4dc35a commit 743f78a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gitlab/payload.go

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ type TagEventPayload struct {
8686
CheckoutSHA string `json:"checkout_sha"`
8787
UserID int64 `json:"user_id"`
8888
UserName string `json:"user_name"`
89+
UserUsername string `json:"user_username"`
8990
UserAvatar string `json:"user_avatar"`
9091
ProjectID int64 `json:"project_id"`
9192
Project Project `json:"Project"`

0 commit comments

Comments
 (0)