forked from forgejo/forgejo
bug fixed for message tag
This commit is contained in:
parent
4ce2fa520a
commit
1c46d68aba
6 changed files with 105 additions and 35 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue