Created
August 16, 2021 13:06
-
-
Save stuartellis/d72ec85fd7c69b01176dd1ad39ab73e9 to your computer and use it in GitHub Desktop.
MS Teams Error 1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"@type": "MessageCard", | |
"@context": "http://schema.org/extensions", | |
"themeColor": "0076D7", | |
"summary": "integration-fictional-api Failed Smoke Tests on UAT", | |
"sections": [{ | |
"activityTitle": "integration-fictional-api Failed Smoke Tests on UAT", | |
"activitySubtitle": "Commit: fd17b15", | |
"activityImage": "https://img.icons8.com/flat-round/64/000000/error--v1.png", | |
"facts": [{ | |
"name": "Description", | |
"value": "Bug fix for misaligned text" | |
},{ | |
"name": "Test time", | |
"value": "Mon Aug 16 2021 13:01:18 UTC-0500 (Eastern Standard Time)" | |
}], | |
"markdown": true | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment