From 457ce53e9c50a30ed9b4c0e79495d0bf643645a4 Mon Sep 17 00:00:00 2001 From: aboyko Date: Sat, 7 Sep 2024 16:04:12 -0400 Subject: [PATCH] [GHA] Multiline content for cards in gchat notifications --- .github/workflows/eclipse-ls-extensions-build.yml | 3 ++- .github/workflows/gh-hosted-eclipse-distro-build.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/eclipse-ls-extensions-build.yml b/.github/workflows/eclipse-ls-extensions-build.yml index bbdd23643..bcb761dc7 100644 --- a/.github/workflows/eclipse-ls-extensions-build.yml +++ b/.github/workflows/eclipse-ls-extensions-build.yml @@ -137,7 +137,8 @@ jobs: { \"keyValue\": { \"topLabel\": \"P2 Update Site\", - \"content\": \"${DOWNLOAD_URL_ROOT}/${{ steps.upload-p2.outputs.p2_path }}\" + \"content\": \"${DOWNLOAD_URL_ROOT}/${{ steps.upload-p2.outputs.p2_path }}\", + \"contentMultiline\": true } } ] diff --git a/.github/workflows/gh-hosted-eclipse-distro-build.yml b/.github/workflows/gh-hosted-eclipse-distro-build.yml index 05d038f03..14ff242ad 100644 --- a/.github/workflows/gh-hosted-eclipse-distro-build.yml +++ b/.github/workflows/gh-hosted-eclipse-distro-build.yml @@ -367,7 +367,8 @@ jobs: { \"keyValue\": { \"topLabel\": \"P2 Update Site\", - \"content\": \"${DOWNLOAD_URL_ROOT}/${{ needs.eclipse-distro-build.outputs.p2_path }}\" + \"content\": \"${DOWNLOAD_URL_ROOT}/${{ needs.eclipse-distro-build.outputs.p2_path }}\", + \"contentMultiline\": true } }, {