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
}
},
{