{ "cardsV2": [ { "cardId": "notify-{{ .ActionID }}", "card": { "header": { "title": "{{ .Title }}", "subtitle": "{{ .SubTitle }}", "imageUrl": "{{ .IconUrl }}", "imageType": "SQUARE" }, "sections": [ { "header": "{{ .Title }}", "collapsible": true, "uncollapsibleWidgetsCount": 2, "widgets": [ {{ .Add }} { "decoratedText": { "startIcon": { "knownIcon": "PERSON" }, "text": "{{ .Author }}" } }, { "textParagraph": { "text": "{{ .EventBody }}", "maxLines": 2 } }, { "buttonList": { "buttons": [ { "text": "View Source Event", "type": "FILLED", "onClick": { "openLink": { "url": "{{ .GitURL }}/{{ .Project }}/actions/runs/{{ .ActionID }}" } } } ] } } ] } ] } } ] }