GHA: correct failed build message json
This commit is contained in:
4
.github/workflows/notify-failed-build.yml
vendored
4
.github/workflows/notify-failed-build.yml
vendored
@@ -30,9 +30,9 @@ jobs:
|
||||
"mrkdwn_in": [ "fields" ],
|
||||
"fields": [
|
||||
{
|
||||
"title": "${{ inputs.label }} ${{ inputs.link }}",
|
||||
"title": "Build Failed",
|
||||
"short": true,
|
||||
"value": "Failed"
|
||||
"value": "${{ inputs.label }} ${{ inputs.link }}"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user