diff --git a/modules/structs/repo_actions.go b/modules/structs/repo_actions.go index 150302e8b9..eca1382506 100644 --- a/modules/structs/repo_actions.go +++ b/modules/structs/repo_actions.go @@ -115,7 +115,7 @@ type ActionWorkflowRunsResponse struct { // ActionArtifactsResponse returns ActionArtifacts type ActionWorkflowJobsResponse struct { - Entries []*ActionWorkflowJob `json:"workflow_jobs"` + Entries []*ActionWorkflowJob `json:"jobs"` TotalCount int64 `json:"total_count"` }