From 878eeedde8e31156bf19dce5fdc31bde96faf144 Mon Sep 17 00:00:00 2001 From: Chester Date: Mon, 11 Sep 2023 14:24:32 -0400 Subject: [PATCH] Update modules/structs/repo_actions.go Co-authored-by: puni9869 <80308335+puni9869@users.noreply.github.com> --- modules/structs/repo_actions.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/structs/repo_actions.go b/modules/structs/repo_actions.go index 60db99298d..7efb692c2d 100644 --- a/modules/structs/repo_actions.go +++ b/modules/structs/repo_actions.go @@ -24,7 +24,7 @@ type ActionTask struct { // swagger:strfmt date-time UpdatedAt time.Time `json:"updated_at"` // swagger:strfmt date-time - RunStartedAt time.Time `json:"run_started_at,omitempty"` + RunStartedAt time.Time `json:"run_started_at"` } // ActionTaskResponse returns a ActionTask