Skip to content

Commit

Permalink
add Installation struct to WorkflowJobPayload (#185)
Browse files Browse the repository at this point in the history
  • Loading branch information
veziak committed Oct 5, 2023
1 parent 1bc47bb commit 2d5aa68
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions github/payload.go
Original file line number Diff line number Diff line change
Expand Up @@ -6648,6 +6648,9 @@ type WorkflowJobPayload struct {
Type string `json:"type"`
SiteAdmin bool `json:"site_admin"`
} `json:"sender"`
Installation struct {
ID int64 `json:"id"`
} `json:"installation,omitempty"`
}

// WorkflowRunPayload contains the information for GitHub's workflow run event
Expand Down

0 comments on commit 2d5aa68

Please sign in to comment.