@@ -86,19 +86,21 @@ type ActionArtifact struct {
8686
8787// ActionWorkflowRun represents a WorkflowRun
8888type ActionWorkflowRun struct {
89- ID int64 `json:"id"`
90- URL string `json:"url"`
91- HTMLURL string `json:"html_url"`
92- DisplayTitle string `json:"display_title"`
93- Path string `json:"path"`
94- Event string `json:"event"`
95- RunAttempt int64 `json:"run_attempt"`
96- RunNumber int64 `json:"run_number"`
97- RepositoryID int64 `json:"repository_id,omitempty"`
98- HeadSha string `json:"head_sha"`
99- HeadBranch string `json:"head_branch,omitempty"`
100- Status string `json:"status"`
101- Conclusion string `json:"conclusion,omitempty"`
89+ ID int64 `json:"id"`
90+ URL string `json:"url"`
91+ HTMLURL string `json:"html_url"`
92+ DisplayTitle string `json:"display_title"`
93+ Path string `json:"path"`
94+ Event string `json:"event"`
95+ RunAttempt int64 `json:"run_attempt"`
96+ RunNumber int64 `json:"run_number"`
97+ RepositoryID int64 `json:"repository_id,omitempty"`
98+ HeadSha string `json:"head_sha"`
99+ HeadBranch string `json:"head_branch,omitempty"`
100+ Status string `json:"status"`
101+ Repository * Repository `json:"repository,omitempty"`
102+ HeadRepository * Repository `json:"head_repository,omitempty"`
103+ Conclusion string `json:"conclusion,omitempty"`
102104 // swagger:strfmt date-time
103105 StartedAt time.Time `json:"started_at,omitempty"`
104106 // swagger:strfmt date-time
0 commit comments