diff --git a/event_webhook_types.go b/event_webhook_types.go index f66511517..fa1fe5c7d 100644 --- a/event_webhook_types.go +++ b/event_webhook_types.go @@ -794,6 +794,7 @@ type PipelineEvent struct { ObjectAttributes struct { ID int `json:"id"` IID int `json:"iid"` + Name string `json:"name"` Ref string `json:"ref"` Tag bool `json:"tag"` SHA string `json:"sha"`