Skip to content

Commit

Permalink
Update .github/actions/reportportal-prepare/get-rp-input.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Domenico Sibilio <[email protected]>
  • Loading branch information
wojtekswieton and dsibilio authored Nov 23, 2023
1 parent c0b193d commit 0f3597a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/reportportal-prepare/get-rp-input.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0f3597a

Please sign in to comment.