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:
parent
22bfd96b9c
commit
6c9dae9ff5
@ -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"`
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user