GHA: correct failed build message

This commit is contained in:
aboyko
2023-11-01 15:44:08 -04:00
parent 653ba33cee
commit 3cbbca44c4

View File

@@ -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 }}"
}
}
]