GHA: correct failed build message json
This commit is contained in:
12
.github/workflows/notify-failed-build.yml
vendored
12
.github/workflows/notify-failed-build.yml
vendored
@@ -27,14 +27,10 @@ jobs:
|
||||
"attachments": [
|
||||
{
|
||||
"color": "f0190a",
|
||||
"mrkdwn_in": [ "fields" ],
|
||||
"fields": [
|
||||
{
|
||||
"title": "Build Failed",
|
||||
"short": true,
|
||||
"value": "${{ inputs.label }} ${{ inputs.link }}"
|
||||
}
|
||||
]
|
||||
"text": {
|
||||
"type": "mrkdwn",
|
||||
"text": "${{ inputs.label }} ${{ inputs.link }}"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user