0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-07-22 23:02:07 +02:00

fix api result

This commit is contained in:
Christopher Homberger 2025-03-18 21:07:27 +01:00
parent 22bfd96b9c
commit 6c9dae9ff5

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"`
}