From f954f208ba78c50b54b9b664968bf5c2dbfe634b Mon Sep 17 00:00:00 2001 From: Chester Date: Fri, 26 Apr 2024 09:38:34 -0400 Subject: [PATCH] Update modules/structs/repo_actions.go Co-authored-by: yp05327 <576951401@qq.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 7efb692c2d..b13f344738 100644 --- a/modules/structs/repo_actions.go +++ b/modules/structs/repo_actions.go @@ -12,7 +12,7 @@ type ActionTask struct { ID int64 `json:"id"` Name string `json:"name"` HeadBranch string `json:"head_branch"` - HeadSha string `json:"head_sha"` + HeadSHA string `json:"head_sha"` RunNumber int64 `json:"run_number"` Event string `json:"event"` DisplayTitle string `json:"display_title"`