1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-23 02:38:35 +00:00

Update modules/structs/repo_actions.go

Co-authored-by: puni9869 <80308335+puni9869@users.noreply.github.com>
This commit is contained in:
Chester
2023-09-11 14:24:32 -04:00
committed by GitHub
parent b94cbda0bc
commit 878eeedde8

View File

@@ -24,7 +24,7 @@ type ActionTask struct {
// swagger:strfmt date-time // swagger:strfmt date-time
UpdatedAt time.Time `json:"updated_at"` UpdatedAt time.Time `json:"updated_at"`
// swagger:strfmt date-time // swagger:strfmt date-time
RunStartedAt time.Time `json:"run_started_at,omitempty"` RunStartedAt time.Time `json:"run_started_at"`
} }
// ActionTaskResponse returns a ActionTask // ActionTaskResponse returns a ActionTask