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
|
from_secret: telegram_chat_id
|
||||||
message: >
|
message: >
|
||||||
{{#success build.status}}
|
{{#success build.status}}
|
||||||
✅ Build **#{{build.number}}** of **`{{repo.name}}`** succeeded.
|
✅ Build *#{{build.number}}* of *{{repo.name}}* succeeded.
|
||||||
{{else}}
|
{{else}}
|
||||||
❌ Build **#{{build.number}}** of **`{{repo.name}}`** failed.
|
❌ Build *#{{build.number}}* of *{{repo.name}}* failed.
|
||||||
{{/success}}
|
{{/success}}
|
||||||
|
|
||||||
📝 Commit on **`{{commit.branch}}`**:
|
📝 Commit on *{{commit.branch}}*:
|
||||||
|
|
||||||
``` {{commit.message}} ```
|
``` {{commit.message}} ```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user