This commit is contained in:
+12
-3
@@ -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}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user