From ab07ed67c94fd66dabedf47e4ae81b41d3a638d6 Mon Sep 17 00:00:00 2001 From: Sebastien Blaisot Date: Thu, 16 Aug 2018 01:56:07 +0200 Subject: fix checkmark in appveyor messages in zulip --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'appveyor.yml') diff --git a/appveyor.yml b/appveyor.yml index 36d8c7258e..ea43087efb 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -87,4 +87,4 @@ notifications: on_build_success: true on_build_failure: true on_build_status_changed: true - body: "type=stream&to=appveyor&subject={{projectName}} Build {{buildVersion}} {{status}}&content=Build {{buildVersion}} {{status}}{{#isPullRequest}} (PR #{{pullRequestId}}) {{/isPullRequest}}{{#failed}} :cross_mark:{{/failed}}{{#passed}} :heavy_check_mark:{{/passed}} {{buildUrl}}" + body: "type=stream&to=appveyor&subject={{projectName}} Build {{buildVersion}} {{status}}&content=Build {{buildVersion}} {{status}}{{#isPullRequest}} (PR #{{pullRequestId}}) {{/isPullRequest}}{{#failed}} :cross_mark:{{/failed}}{{#passed}} :check_mark:{{/passed}} {{buildUrl}}" -- cgit v1.2.3