Skip to content

Commit 2116bc8

Browse files
authored
honk
If there is no common summary, fix the Discord formatting
2 parents 5da0dc9 + 7704e73 commit 2116bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ func main() {
6262
Name: amo.Status,
6363
}
6464

65-
Content := "!!"
65+
Content := "```"
6666
if amo.CommonAnnotations.Summary != "" {
6767
Content = fmt.Sprintf(" === %s === \n```", amo.CommonAnnotations.Summary)
6868
}

0 commit comments

Comments
 (0)