From 27a3c508f942f17c00b865532e8370817ce7d4ea Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Thu, 9 Nov 2023 17:05:06 -0500 Subject: [PATCH] Fix Slack notification --- .github/workflows/close-milestone-on-release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/close-milestone-on-release.yml b/.github/workflows/close-milestone-on-release.yml index 99658db..d52a5f0 100644 --- a/.github/workflows/close-milestone-on-release.yml +++ b/.github/workflows/close-milestone-on-release.yml @@ -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 }}`" + }