mirror of
https://github.com/go-gitea/gitea
synced 2024-11-06 02:04:26 +00:00
Update modules/structs/repo_actions.go
Co-authored-by: puni9869 <80308335+puni9869@users.noreply.github.com>
This commit is contained in:
parent
083d718723
commit
a348da4cfd
@ -22,7 +22,7 @@ type ActionTask struct {
|
||||
// swagger:strfmt date-time
|
||||
CreatedAt time.Time `json:"created_at,omitempty"`
|
||||
// swagger:strfmt date-time
|
||||
UpdatedAt time.Time `json:"updated_at,omitempty"`
|
||||
UpdatedAt time.Time `json:"updated_at"`
|
||||
// swagger:strfmt date-time
|
||||
RunStartedAt time.Time `json:"run_started_at,omitempty"`
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user