GHA: edit build message

This commit is contained in:
aboyko
2023-11-01 14:33:33 -04:00
parent 88bbaac3fb
commit 5863b9ee66

View File

@@ -24,16 +24,25 @@ jobs:
channel-id: "C0188MENU2J"
payload: |
{
"text": "${{ inputs.label }} ${{ inputs.link }}",
"attachments": [
{
"text": "${{ inputs.label }} ${{ inputs.link }}",
"blocks": [
{
"type": "section",
"text": {
"type": "mrkdwn",
"text": "${{ inputs.label }} ${{ inputs.link }}"
}
}
]
"pretext": "Build Failed",
"color": "f0190a",
"fields": [
{
"title": "Status",
"short": true,
"value": "Failed"
"value": "Completed"
}
]
}