mirror of
https://github.com/go-gitea/gitea.git
synced 2025-07-07 05:55:00 +02:00
fix comment
This commit is contained in:
parent
271ad9f16f
commit
1a16ea3097
@ -97,7 +97,7 @@ type ActionArtifactsResponse struct {
|
|||||||
TotalCount int64 `json:"total_count"`
|
TotalCount int64 `json:"total_count"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// ActionWorkflowRun represents a WorkflowJob
|
// ActionWorkflowStep represents a step of a WorkflowJob
|
||||||
type ActionWorkflowStep struct {
|
type ActionWorkflowStep struct {
|
||||||
Name string `json:"name"`
|
Name string `json:"name"`
|
||||||
Number int64 `json:"number"`
|
Number int64 `json:"number"`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user