We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1aa0aed commit cb6e9edCopy full SHA for cb6e9ed
.github/workflows/slack-notification.yml
@@ -192,7 +192,7 @@ jobs:
192
SLACK_WEBHOOK: ${{ secrets.SLACK_WEBHOOK_URL }}
193
SLACK_TITLE: "📋 Release Notes Website - Version ${{ steps.release-info.outputs.version }}"
194
SLACK_MESSAGE: |
195
- 🚀 New release notes have been published by @${{ github.actor }}!
+ 🚀 New release notes published by @${{ github.actor }}!
196
197
📋 **All Release Notes**: ${{ steps.release-info.outputs.pages_url }}
198
🆕 **Latest Release**: ${{ steps.release-info.outputs.release_note_url }}
0 commit comments