diff --git a/.github/actions/notify-slack/action.yml b/.github/actions/notify-slack/action.yml index 5de8340a..ea09f799 100644 --- a/.github/actions/notify-slack/action.yml +++ b/.github/actions/notify-slack/action.yml @@ -59,6 +59,29 @@ runs: "type": "mrkdwn", "text": "GitHub Action build result: ${{ job.status }}\n${{ github.event.pull_request.html_url || github.event.head_commit.url }}" } + }, + { + "type": "actions", + "elements": [ + { + "type": "button", + "text": { + "type": "plain_text", + "text": "Check the logs", + "emoji": true + }, + "url": "https://google.com" + }, + { + "type": "button", + "text": { + "type": "plain_text", + "text": ":github repo: ${{github.event.repository.name}}", + "emoji": true + }, + "url": "https://google.com" + } + ] } ] }