fix(drone): bold text in telegram
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Matthieu 'JP' DERASSE 2022-08-03 20:04:13 +00:00
parent 4c53c57d5e
commit 8688baccb2
Signed by: mderasse
GPG Key ID: 55141C777B16A705

View File

@ -53,12 +53,12 @@ steps:
from_secret: telegram_chat_id
message: >
{{#success build.status}}
✅ Build **#{{build.number}}** of **`{{repo.name}}`** succeeded.
✅ Build *#{{build.number}}* of *{{repo.name}}* succeeded.
{{else}}
❌ Build **#{{build.number}}** of **`{{repo.name}}`** failed.
❌ Build *#{{build.number}}* of *{{repo.name}}* failed.
{{/success}}
📝 Commit on **`{{commit.branch}}`**:
📝 Commit on *{{commit.branch}}*:
``` {{commit.message}} ```