Skip to content

Commit

Permalink
Fix Slack notification
Browse files Browse the repository at this point in the history
  • Loading branch information
artembilan committed Nov 9, 2023
1 parent 93d4764 commit 27a3c50
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/close-milestone-on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}`"
}

0 comments on commit 27a3c50

Please sign in to comment.