fix(drone): bold text in telegram
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4c53c57d5e
commit
8688baccb2
@ -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}} ```
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user