File tree 1 file changed +1
-1
lines changed
1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 72
72
{{ctx.Locale.Tr "action.comment_pull" ((printf "%s/pulls/%s" (.GetRepoLink ctx) $index) |Escape) $index ((.ShortRepoPath ctx)|Escape) | Str2html}}
73
73
{{else if .GetOpType.InActions "publish_release"}}
74
74
{{$linkText := .Content | RenderEmoji $.Context}}
75
- {{ctx.Locale.Tr "action.publish_release" ((.GetRepoLink ctx)|Escape) ((printf "%s/releases/tag/%s" .GetRepoLink .GetTag)|Escape) ((.ShortRepoPath ctx)|Escape) $linkText | Str2html}}
75
+ {{ctx.Locale.Tr "action.publish_release" ((.GetRepoLink ctx)|Escape) ((printf "%s/releases/tag/%s" ( .GetRepoLink ctx) .GetTag)|Escape) ((.ShortRepoPath ctx)|Escape) $linkText | Str2html}}
76
76
{{else if .GetOpType.InActions "review_dismissed"}}
77
77
{{$index := index .GetIssueInfos 0}}
78
78
{{$reviewer := index .GetIssueInfos 1}}
You can’t perform that action at this time.
0 commit comments