mirror of
https://github.com/go-gitea/gitea.git
synced 2025-10-20 19:35:30 +02:00
fix api result
This commit is contained in:
parent
22bfd96b9c
commit
6c9dae9ff5
@ -115,7 +115,7 @@ type ActionWorkflowRunsResponse struct {
|
|||||||
|
|
||||||
// ActionArtifactsResponse returns ActionArtifacts
|
// ActionArtifactsResponse returns ActionArtifacts
|
||||||
type ActionWorkflowJobsResponse struct {
|
type ActionWorkflowJobsResponse struct {
|
||||||
Entries []*ActionWorkflowJob `json:"workflow_jobs"`
|
Entries []*ActionWorkflowJob `json:"jobs"`
|
||||||
TotalCount int64 `json:"total_count"`
|
TotalCount int64 `json:"total_count"`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user