Skip to content

Commit f7d042f

Browse files
Update GitHub Actions workflow message settings
1 parent bffab39 commit f7d042f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# Content. Shown as an message outside of the embed. See [Mention to user/role](#mention-to-user-role)
2323
#content: # optional
2424
# String included in embed title. Overrides job input.
25-
#title: # optional, default is ${{ github.workflow }}
25+
title: "New push"
2626
# Description included in message
2727
#description: # optional
2828
# Image attached to the message
@@ -40,9 +40,9 @@ jobs:
4040
# Suppress GitHub context fields
4141
#nocontext: # optional, default is false
4242
# Avoid appending job status to title
43-
#noprefix: # optional, default is false
43+
noprefix: true
4444
# Suppress detailed embed fields
45-
#nodetail: # optional, default is false
45+
nodetail: true
4646
# Avoid appending timestamp
4747
#notimestamp: # optional, default is false
4848
# Suppress error which raised when webhook is not set

0 commit comments

Comments
 (0)