GHA: correct failed build message
This commit is contained in:
7
.github/workflows/notify-failed-build.yml
vendored
7
.github/workflows/notify-failed-build.yml
vendored
@@ -24,12 +24,13 @@ jobs:
|
||||
channel-id: "C0188MENU2J"
|
||||
payload: |
|
||||
{
|
||||
"attachments": [
|
||||
"text": "${{ inputs.label }} ${{ inputs.link }}",
|
||||
"blocks": [
|
||||
{
|
||||
"color": "f0190a",
|
||||
"type": "section",
|
||||
"text": {
|
||||
"type": "mrkdwn",
|
||||
"text": "${{ inputs.label }} ${{ inputs.link }}"
|
||||
"text": ":fail: *${{ inputs.label }}* ${{ inputs.link }}"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user