test telegram notification username
This commit is contained in:
parent
53820f7365
commit
0789b501f1
24
.drone.yml
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…
x
Reference in New Issue
Block a user