We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da217a8 commit ef25c1fCopy full SHA for ef25c1f
.github/actions/notify-slack/action.yml
@@ -59,6 +59,29 @@ runs:
59
"type": "mrkdwn",
60
"text": "GitHub Action build result: ${{ job.status }}\n${{ github.event.pull_request.html_url || github.event.head_commit.url }}"
61
}
62
+ },
63
+ {
64
+ "type": "actions",
65
+ "elements": [
66
67
+ "type": "button",
68
+ "text": {
69
+ "type": "plain_text",
70
+ "text": "Check the logs",
71
+ "emoji": true
72
73
+ "url": "https://google.com"
74
75
76
77
78
79
+ "text": ":github repo: ${{github.event.repository.name}}",
80
81
82
83
+ }
84
+ ]
85
86
]
87
0 commit comments