Skip to content

Commit 8a50628

Browse files
Improve message
1 parent cb6e9ed commit 8a50628

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/slack-notification.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,15 @@ jobs:
117117
type: "header",
118118
text: {
119119
type: "plain_text",
120-
text: "📋 New Release Notes Published: \($repo) \($version) by @\($actor)",
120+
text: "New Release Notes Published",
121+
emoji: true
122+
}
123+
},
124+
{
125+
type: "section",
126+
text: {
127+
type: "plain_text",
128+
text: "($version) by @\($actor)",
121129
emoji: true
122130
}
123131
},

0 commit comments

Comments
 (0)