From 70dd0a506a62ee00dddbf011781cb56beec42a53 Mon Sep 17 00:00:00 2001 From: Anahide Tchertchian <608958+atchertchian@users.noreply.github.com> Date: Mon, 16 Dec 2024 11:07:09 +0100 Subject: [PATCH] AAE-28530 Fix ReportPortal launch key Code block not supported in adaptative cards see https://github.com/OfficeDev/Microsoft-Teams-Samples/issues/1087 --- .github/actions/reportportal-summarize/get-teams-message.sh | 2 +- version.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/reportportal-summarize/get-teams-message.sh b/.github/actions/reportportal-summarize/get-teams-message.sh index d043070c8..4fa44e383 100755 --- a/.github/actions/reportportal-summarize/get-teams-message.sh +++ b/.github/actions/reportportal-summarize/get-teams-message.sh @@ -4,7 +4,7 @@ if [[ -n "$RP_LAUNCH_KEY" ]]; then NB=$(echo "$RP_CONTENT" | jq -r '.page.totalElements // "0"') if [[ "$NB" == "0" || -z "$NB" ]]; then - MSG+="No report found for key "'`'"$RP_LAUNCH_KEY"'`'"." + MSG+="No report found for key $RP_LAUNCH_KEY." MSG+="\n\nSee [latest reports]($RP_LAUNCH_URL)." elif [ "$NB" == "1" ]; then RP_LAUNCH_ID=$(echo "$RP_CONTENT" | jq -r '.content[0].id // empty') diff --git a/version.txt b/version.txt index 0414a3bad..fa9d61610 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -v8.6.1 +v8.6.2