-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathslack-build-fail.json
46 lines (46 loc) · 1.03 KB
/
slack-build-fail.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"text": "[Gnoswap Front] Build Failed.. T_T",
"blocks": [
{
"type": "header",
"text": {
"type": "plain_text",
"text": "[Gnoswap Front] Build Failed.",
"emoji": true
}
}
],
"attachments": [
{
"color": "#ff527d",
"blocks": [
{
"type": "section",
"fields": [
{
"type": "mrkdwn",
"text": "*Project*: \"gnoswap-interface\""
},
{
"type": "mrkdwn",
"text": "*Branch*: {{ github.ref }}"
},
{
"type": "mrkdwn",
"text": "*Commit*: {{ github.sha }}"
},
{
"type": "mrkdwn",
"text": "*Author*: {{ github.actor }}"
}
],
"accessory": {
"type": "image",
"image_url": "https://cdn-images-1.medium.com/fit/c/36/36/1*KsQUYlzEvCEKcPj0YmWOEQ.jpeg",
"alt_text": "logo"
}
}
]
}
]
}