Fix Slack notification

This commit is contained in:
Artem Bilan
2023-11-09 17:05:06 -05:00
parent 93d4764ed1
commit 27a3c508f9

View File

@@ -42,4 +42,7 @@ jobs:
SLACK_WEBHOOK_URL: ${{ secrets.SPRING_RELEASE_SLACK_WEBHOOK_URL }}
SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK
with:
slack-message: ${{ github.event.repository.name }}-announcing `${{ steps.milestone-id.outputs.version }}`
payload: |
{
"text": "${{ github.event.repository.name }}-announcing `${{ steps.milestone-id.outputs.version }}`"
}