We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32eef4a commit 31842f1Copy full SHA for 31842f1
modules/templates/helper.go
@@ -154,6 +154,7 @@ func NewFuncMap() []template.FuncMap {
154
"DiffTypeToStr": DiffTypeToStr,
155
"DiffLineTypeToStr": DiffLineTypeToStr,
156
"ShortSha": base.ShortSha,
157
+ "MD5": base.EncodeMD5,
158
"ActionContent2Commits": ActionContent2Commits,
159
"PathEscape": url.PathEscape,
160
"PathEscapeSegments": util.PathEscapeSegments,
0 commit comments