[GHA] Multiline content for cards in gchat notifications
This commit is contained in:
@@ -137,7 +137,8 @@ jobs:
|
||||
{
|
||||
\"keyValue\": {
|
||||
\"topLabel\": \"P2 Update Site\",
|
||||
\"content\": \"<a href=${DOWNLOAD_URL_ROOT}/${{ steps.upload-p2.outputs.p2_path }}/>${DOWNLOAD_URL_ROOT}/${{ steps.upload-p2.outputs.p2_path }}</a>\"
|
||||
\"content\": \"<a href=${DOWNLOAD_URL_ROOT}/${{ steps.upload-p2.outputs.p2_path }}/>${DOWNLOAD_URL_ROOT}/${{ steps.upload-p2.outputs.p2_path }}</a>\",
|
||||
\"contentMultiline\": true
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
@@ -367,7 +367,8 @@ jobs:
|
||||
{
|
||||
\"keyValue\": {
|
||||
\"topLabel\": \"P2 Update Site\",
|
||||
\"content\": \"<a href=${DOWNLOAD_URL_ROOT}/${{ needs.eclipse-distro-build.outputs.p2_path }}>${DOWNLOAD_URL_ROOT}/${{ needs.eclipse-distro-build.outputs.p2_path }}</a>\"
|
||||
\"content\": \"<a href=${DOWNLOAD_URL_ROOT}/${{ needs.eclipse-distro-build.outputs.p2_path }}>${DOWNLOAD_URL_ROOT}/${{ needs.eclipse-distro-build.outputs.p2_path }}</a>\",
|
||||
\"contentMultiline\": true
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user