From 0f3597a162907cd3b56e0d3a167fce153d3b09b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wojtek=20=C5=9Awi=C4=99to=C5=84?= Date: Thu, 23 Nov 2023 13:53:29 +0100 Subject: [PATCH] Update .github/actions/reportportal-prepare/get-rp-input.sh Co-authored-by: Domenico Sibilio --- .github/actions/reportportal-prepare/get-rp-input.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/reportportal-prepare/get-rp-input.sh b/.github/actions/reportportal-prepare/get-rp-input.sh index ba1c9c060..8e4ff6fb2 100755 --- a/.github/actions/reportportal-prepare/get-rp-input.sh +++ b/.github/actions/reportportal-prepare/get-rp-input.sh @@ -4,7 +4,7 @@ if [[ -n "$RP_LAUNCH_PREFIX" && -n "$RP_TOKEN" && -n "$RP_URL" && -n "$RP_PROJEC echo "enabled=true" >> $GITHUB_OUTPUT RP_LAUNCH_KEY="$RP_LAUNCH_PREFIX" - if [[ "$AUTO" == "true" && "$STATIC" == "false" ]]; then + if [[ "$AUTO" == "true" && "$STATIC_LAUNCH_NAME" == "false" ]]; then RP_LAUNCH_KEY="$RP_LAUNCH_PREFIX-$GITHUB_EVENT_NAME-$GITHUB_RUN_ID" fi echo "key=$RP_LAUNCH_KEY" >> $GITHUB_OUTPUT