Files

35 lines
943 B
JSON

{
"channel": "${{ env.SLACK_CHANNEL_ID }}",
"text": "Messages met made meetings meet",
"blocks": [
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "Slack notifications sound following the most recent commit pushed `${{ github.sha }}`"
},
"accessory": {
"type": "button",
"text": {
"type": "plain_text",
"text": "Inspect",
"emoji": true
},
"value": "actions",
"url": "https://github.com/${{ github.payload.repository.full_name }}/actions/runs/${{ github.runId }}",
"action_id": "run"
}
},
{
"type": "image",
"title": {
"type": "plain_text",
"text": "@slackbot has the answers",
"emoji": true
},
"image_url": "https://media.makeameme.org/created/a-slack-this.jpg",
"alt_text": "Baby Yoda professes the power of a Slack meeting"
}
]
}