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