diff --git a/.github/workflows/close-milestone-on-release.yml b/.github/workflows/close-milestone-on-release.yml index 99658db8..d52a5f0c 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 }}`" + }