fix api result

This commit is contained in:
Christopher Homberger
2025-03-18 21:07:27 +01:00
parent 22bfd96b9c
commit 6c9dae9ff5
+1 -1
View File
@@ -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"`
}