test telegram notification username

master
gregandev 1 year ago
parent 53820f7365
commit 0789b501f1
  1. 24
      .drone.yml

@ -49,18 +49,18 @@ steps:
format: markdown format: markdown
message: > message: >
{{#success build.status}} {{#success build.status}}
βœ… Build #{{build.number}} of `{{repo.name}}` succeeded. βœ… Build #{{build.number}} of `{{repo.name}}` succeeded.
πŸ“ Commit by {{commit.author}} on `{{commit.branch}}`: πŸ“ Commit by {{commit.author}} on `{{commit.branch}}`:
``` ```
{{commit.message}} {{commit.message}}
``` ```
🌐 {{ build.link }} 🌐 {{ build.link }}
{{else}} {{else}}
❌ Build #{{build.number}} of `{{repo.name}}` failed. ❌ Build #{{build.number}} of `{{repo.name}}` failed.
πŸ“ Commit by {{commit.author}} on `{{commit.branch}}`: πŸ“ Commit by {{commit.author}} on `{{commit.branch}}`:
``` ```
{{commit.message}} {{commit.message}}
``` ```
🌐 {{ build.link }} 🌐 {{ build.link }}
{{/success}} {{/success}}

Loading…
Cancel
Save