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
|
||||
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β¦
x
Reference in New Issue
Block a user