diff --git a/.github/workflows/slack-send-message.yml b/.github/workflows/slack-send-message.yml index 5a8fedc..f2222f0 100644 --- a/.github/workflows/slack-send-message.yml +++ b/.github/workflows/slack-send-message.yml @@ -25,12 +25,12 @@ jobs: payload: | channel: ${{ env.SLACK_CHANNEL }} text: "This is a test from the ${{github.repository}} repository" -# blocks: -# - type: "section" -# text: -# type: "mrkdwn" -# text: ":mega: This is a test from the ${{github.repository}} repository" -# emoji: true + blocks: + - type: "section" + text: + type: "mrkdwn" + text: ":mega: This is a test from the ${{github.repository}} repository" + emoji: true # { # "blocks": [ # {