You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,33 +2,33 @@
2
2
This GitHub Action can produce fancy and more meaningful discord messages for your commits.
3
3
<br>It includes Test results and coverage.
4
4
5
-
## Requirements
5
+
## :notebook:Requirements
6
6
This currently works only for Maven projects.
7
7
For Test Results and Coverage Reports you will need to use one of the following Maven plugins:
8
8
*`maven-surefire`
9
9
*`maven-failsafe`
10
10
*`jacoco`
11
11
12
-
## Inputs
12
+
## :mailbox_with_no_mail:Inputs
13
13
14
14
### `id`
15
15
**Required** This is the id of your Discord webhook, if you copy the webhook url, this will be the first part of it.
16
16
17
17
### `token`
18
18
**Required** Now your Discord webhook token, it's the second part of the url.
19
19
20
-
## Screenshots
20
+
## :framed_picture:Screenshots
21
21
The standard webhook from GitHub to Discord just dumps the commit messages right into your chat, this is fine but sometimes you just want some extra information. Did the commit introduce any new issues? Did it even compile successfully? That's what this Action is for.<br>
0 commit comments