File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2710,7 +2710,7 @@ comment_issue = `commented on issue <a href="%s/issues/%s">%s#%[2]s</a>`
2710
2710
comment_pull = `commented on pull request <a href =" %s/pulls/%s" >%s# %[2]s</a>`
2711
2711
merge_pull_request = `merged pull request <a href =" %s/pulls/%s" >%s# %[2]s</a>`
2712
2712
transfer_repo = transferred repository <code>%s</code> to <a href =" %s" >%s</a>
2713
- push_tag = pushed tag <a href =" %s/src/tag/%s" >%[2 ]s</a> to <a href =" %[1]s" >%[3]s</a>
2713
+ push_tag = pushed tag <a href =" %s/src/tag/%s" >%[4 ]s</a> to <a href =" %[1]s" >%[3]s</a>
2714
2714
delete_tag = deleted tag %[2]s from <a href =" %[1]s" >%[3]s</a>
2715
2715
delete_branch = deleted branch %[2]s from <a href =" %[1]s" >%[3]s</a>
2716
2716
compare_branch = Compare
Original file line number Diff line number Diff line change 33
33
{{$.i18n.Tr "action.transfer_repo" .GetContent .GetRepoLink .ShortRepoPath | Str2html}}
34
34
{{else if eq .GetOpType 9}}
35
35
{{ $tagLink := .GetTag | EscapePound | Escape}}
36
- {{$.i18n.Tr "action.push_tag" .GetRepoLink $tagLink .ShortRepoPath | Str2html}}
36
+ {{$.i18n.Tr "action.push_tag" .GetRepoLink $tagLink .ShortRepoPath .GetTag | Str2html}}
37
37
{{else if eq .GetOpType 10}}
38
38
{{ $index := index .GetIssueInfos 0}}
39
39
{{$.i18n.Tr "action.comment_issue" .GetRepoLink $index .ShortRepoPath | Str2html}}
You can’t perform that action at this time.
0 commit comments