mirror of
https://github.com/go-gitea/gitea
synced 2025-07-09 12:07:20 +00:00
bug fixed for message tag
This commit is contained in:
@ -56,8 +56,10 @@ type Context struct {
|
||||
Repository *models.Repository
|
||||
Owner *models.User
|
||||
Commit *git.Commit
|
||||
Tag *git.Tag
|
||||
GitRepo *git.Repository
|
||||
BranchName string
|
||||
TagName string
|
||||
CommitId string
|
||||
RepoLink string
|
||||
CloneLink struct {
|
||||
|
Reference in New Issue
Block a user