We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22bfd96 commit 6c9dae9Copy full SHA for 6c9dae9
modules/structs/repo_actions.go
@@ -115,7 +115,7 @@ type ActionWorkflowRunsResponse struct {
115
116
// ActionArtifactsResponse returns ActionArtifacts
117
type ActionWorkflowJobsResponse struct {
118
- Entries []*ActionWorkflowJob `json:"workflow_jobs"`
+ Entries []*ActionWorkflowJob `json:"jobs"`
119
TotalCount int64 `json:"total_count"`
120
}
121
0 commit comments