From df3347dfef044a2b9849838028248f69ef75ef82 Mon Sep 17 00:00:00 2001 From: Dustin Brown Date: Fri, 5 Feb 2021 13:41:37 -0800 Subject: [PATCH] /.github/scripts/performance-benchmarking/run-benchmarks.sh: lowercase actor --- .github/scripts/performance-benchmarking/run-benchmarks.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/scripts/performance-benchmarking/run-benchmarks.sh b/.github/scripts/performance-benchmarking/run-benchmarks.sh index 9cfea4a153..0f33d995d5 100755 --- a/.github/scripts/performance-benchmarking/run-benchmarks.sh +++ b/.github/scripts/performance-benchmarking/run-benchmarks.sh @@ -33,7 +33,8 @@ echo "Setting to $TO_SERVER: $TO_VERSION" # use first 8 characters of TO_VERSION to differentiate # jobs short=${TO_VERSION:0:8} -actorShort="$ACTOR-$short" +lowered=$(echo "$ACTOR" | tr '[:upper:]' '[:lower:]') +actorShort="$lowered-$short" jobname="$actorShort"