From 919c98f67cbc65778b83e882ced02ff579e4da9e Mon Sep 17 00:00:00 2001 From: Bruno BELANYI Date: Wed, 16 Jun 2021 20:42:56 +0200 Subject: [PATCH] WIP test out markdown --- matrix-notifier | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matrix-notifier b/matrix-notifier index 34a46b2..95394df 100755 --- a/matrix-notifier +++ b/matrix-notifier @@ -36,7 +36,7 @@ rawurlencode() { } default_drone_message() { - local msg="Build ${DRONE_BUILD_STATUS}" + local msg="Build *${DRONE_BUILD_STATUS}*" msg="$msg ${DRONE_SYSTEM_PROTO}://${DRONE_SYSTEM_HOST}/${DRONE_REPO}/${DRONE_BUILD_NUMBER}" msg="$msg (${DRONE_TAG:-$DRONE_BRANCH})" printf '%s' "$msg"