Skip to content
This repository has been archived by the owner on Dec 10, 2024. It is now read-only.

Commit

Permalink
Add ObjectAttributes.Name to PipelineEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
CescHolly authored Sep 28, 2023
1 parent 7d2bd21 commit 2d3576e
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 2d3576e

Please sign in to comment.