diff --git a/.github/workflows/release-notification.yml b/.github/workflows/release-notification.yml index acb6b52cbeaa4..459a282551a7b 100644 --- a/.github/workflows/release-notification.yml +++ b/.github/workflows/release-notification.yml @@ -18,28 +18,21 @@ jobs: env: INCOMING_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} with: - text: "test" + text: "send-to-slack" blocks: | [ { "type": "header", "text": { "type": "plain_text", - "text": "${{ github.event.release.tag_name}} is published!" - } - }, - { - "type": "section", - "text": { - "type": "mrkdwn", - "text": "*Author:*\n${{ github.actor }}" + "text": "${{ github.event.release.tag_name}} is out!" } }, { "type": "section", "text": { "type": "mrkdwn", - "text": "*Information:*" + "text": "*Changes:*" } }, {