Skip to content

Commit d5bfa08

Browse files
committed
Fix missing apostrophe
1 parent bfedd09 commit d5bfa08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sycl-benchmark-aggregate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
load_single_config $CONFIG_FILE PERF_RES_PATH
5151
echo "PERF_RES_GIT_REPO=$PERF_RES_GIT_REPO" >> $GITHUB_ENV
5252
echo "PERF_RES_BRANCH=$PERF_RES_BRANCH" >> $GITHUB_ENV
53-
echo "PERF_RES_PATH=$PERF_RES_PATH >> $GITHUB_ENV
53+
echo "PERF_RES_PATH=$PERF_RES_PATH" >> $GITHUB_ENV
5454
5555
# Determine a "cutoff timestamp" used by the aggregator script
5656
#

0 commit comments

Comments
 (0)