test telegram notification
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
greglebreton 2023-03-24 17:31:49 +01:00
parent 59230f6c2a
commit 53820f7365

View File

@ -48,10 +48,19 @@ steps:
- success
format: markdown
message: >
πŸ“ {{repo.name}} / {{commit.branch}} - {{commit.message}} by {{commit.author}}
{{#success build.status}}
βœ… succeeded for πŸ‘·β€β™‚οΈ build {{build.number}} by {{commit.author}}
βœ… Build #{{build.number}} of `{{repo.name}}` succeeded.
πŸ“ Commit by {{commit.author}} on `{{commit.branch}}`:
```
{{commit.message}}
```
🌐 {{ build.link }}
{{else}}
πŸ›‘ failed for πŸ‘·β€β™‚οΈ build {{build.number}}
❌ Build #{{build.number}} of `{{repo.name}}` failed.
πŸ“ Commit by {{commit.author}} on `{{commit.branch}}`:
```
{{commit.message}}
```
🌐 {{ build.link }}
{{/success}}