Update modules/structs/repo_actions.go

Co-authored-by: yp05327 <576951401@qq.com>
This commit is contained in:
Chester 2024-04-26 09:38:34 -04:00 committed by GitHub
parent 2d53041157
commit f954f208ba
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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"`