Skip to content

Commit f9a2213

Browse files
Add missing workflow_id field from workflow run (#1556)
1 parent dbeb049 commit f9a2213

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

github/actions_workflow_runs.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ type WorkflowRun struct {
2222
Event *string `json:"event,omitempty"`
2323
Status *string `json:"status,omitempty"`
2424
Conclusion *string `json:"conclusion,omitempty"`
25+
WorkflowID *int64 `json:"workflow_id,omitempty"`
2526
URL *string `json:"url,omitempty"`
2627
HTMLURL *string `json:"html_url,omitempty"`
2728
PullRequests []*PullRequest `json:"pull_requests,omitempty"`

github/github-accessors.go

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)