test telegram notification username

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

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

Loading…
Cancel
Save