Skip to content

Commit 68e06c9

Browse files
authored
Update azure-pipelines-notification.cs
1 parent 9bcc412 commit 68e06c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deploy/azure-pipelines-notification.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
var messageTemplate = """
22
The service {{$env SERVICENAME}} has been deployed with version {{$env IMAGENAME}}
33
RepoUrl: {{$env BUILD_REPOSITORY_URI}}
4-
[Amazing]
4+
[amazingbot]
55
""";
66
var message = await WeihanLi.Common.Template.TemplateEngine.CreateDefault()
77
.RenderAsync(messageTemplate);

0 commit comments

Comments
 (0)