Skip to content

Commit cb6e9ed

Browse files
Improve Message
1 parent 1aa0aed commit cb6e9ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/slack-notification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ jobs:
192192
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_URL }}
193193
SLACK_TITLE: "📋 Release Notes Website - Version ${{ steps.release-info.outputs.version }}"
194194
SLACK_MESSAGE: |
195-
🚀 New release notes have been published by @${{ github.actor }}!
195+
🚀 New release notes published by @${{ github.actor }}!
196196
197197
📋 **All Release Notes**: ${{ steps.release-info.outputs.pages_url }}
198198
🆕 **Latest Release**: ${{ steps.release-info.outputs.release_note_url }}

0 commit comments

Comments
 (0)