Skip to content

Commit

Permalink
Merge pull request #1807 from pullpo-io/master
Browse files Browse the repository at this point in the history
Add ObjectAttributes.Name to PipelineEvent
  • Loading branch information
svanharmelen authored Sep 29, 2023
2 parents 618236b + 2d3576e commit 89ff954
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions event_webhook_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
Expand Down

0 comments on commit 89ff954

Please sign in to comment.