mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
58555db423
Co-authored-by: Kamil Śliwak <kamil.sliwak@codepoets.it>
7 lines
363 B
JSON
7 lines
363 B
JSON
{
|
|
"msgtype": "m.text",
|
|
"body": " ❌ [${WORKFLOW_NAME}] Job ${JOB} failed on ${BRANCH}. Please see ${BUILD_URL} for details.",
|
|
"format": "org.matrix.custom.html",
|
|
"formatted_body": " ❌ [${WORKFLOW_NAME}] Job <strong>${JOB}</strong> failed on <strong>${BRANCH}</strong>. Please see <a href=\"${BUILD_URL}\">build ${BUILD_NUM}</a> for details."
|
|
}
|