Skip to content

Commit

Permalink
Update azure-pipelines-notification.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
WeihanLi authored Oct 27, 2024
1 parent 9bcc412 commit 68e06c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/azure-pipelines-notification.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
var messageTemplate = """
The service {{$env SERVICENAME}} has been deployed with version {{$env IMAGENAME}}
RepoUrl: {{$env BUILD_REPOSITORY_URI}}
[Amazing]
[amazingbot]
""";
var message = await WeihanLi.Common.Template.TemplateEngine.CreateDefault()
.RenderAsync(messageTemplate);
Expand Down

0 comments on commit 68e06c9

Please sign in to comment.