test telegram notification username

This commit is contained in:
gregandev 2023-03-24 17:39:03 +01:00
parent 53820f7365
commit 0789b501f1

View File

@ -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}}