Skip to content

Commit 6c9dae9

Browse files
committed
fix api result
1 parent 22bfd96 commit 6c9dae9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/structs/repo_actions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ type ActionWorkflowRunsResponse struct {
115115

116116
// ActionArtifactsResponse returns ActionArtifacts
117117
type ActionWorkflowJobsResponse struct {
118-
Entries []*ActionWorkflowJob `json:"workflow_jobs"`
118+
Entries []*ActionWorkflowJob `json:"jobs"`
119119
TotalCount int64 `json:"total_count"`
120120
}
121121

0 commit comments

Comments
 (0)