From 00b1c04957dd2807dbce21e0aa0606a23c509de0 Mon Sep 17 00:00:00 2001 From: "Daniele E. Domenichelli" Date: Fri, 6 Mar 2020 14:49:48 +0100 Subject: [PATCH] CI: Try to fix ci-reporter.yml --- .github/ci-reporter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ci-reporter.yml b/.github/ci-reporter.yml index 11114586faf..ad155ad2987 100644 --- a/.github/ci-reporter.yml +++ b/.github/ci-reporter.yml @@ -2,7 +2,7 @@ updateComment: true # Use a custom string, or set to false to disable -before: "✨ Good work on this PR so far! ✨ Unfortunately, the [ build]() is failing as of . Here's the output:" +before: "✨ Good work on this PR so far! ✨ Unfortunately, the [{{ provider }} build]({{ targetUrl }}) is failing as of {{ commit }}. Here's the output:" # Use a custom string, or set to false to disable after: "I'm sure you can fix it! If you need help, don't hesitate to ask a maintainer of the project!"