aboutsummaryrefslogtreecommitdiffstats
path: root/models/webhook_msteams.go
diff options
context:
space:
mode:
Diffstat (limited to 'models/webhook_msteams.go')
-rw-r--r--models/webhook_msteams.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/models/webhook_msteams.go b/models/webhook_msteams.go
index f42defbd1a..bdbcdbc9d3 100644
--- a/models/webhook_msteams.go
+++ b/models/webhook_msteams.go
@@ -236,6 +236,7 @@ func getMSTeamsPushPayload(p *api.PushPayload) (*MSTeamsPayload, error) {
ActivityTitle: p.Sender.FullName,
ActivitySubtitle: p.Sender.UserName,
ActivityImage: p.Sender.AvatarURL,
+ Text: text,
Facts: []MSTeamsFact{
{
Name: "Repository:",