Skip to content

Commit 912eec7

Browse files
make it easier to c/p
1 parent b50c272 commit 912eec7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/benchmarking.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ jobs:
7070
- name: Prepare PR comment
7171
run: |
7272
mkdir -p bench/pr-comment
73-
echo 'Here is how the current PR would change benchmark results:\n' > bench/pr-comment/info.txt
73+
echo "Here is how the current PR would change benchmark results when merged into $GITHUB_BASE_REF:" > bench/pr-comment/info.txt
74+
echo "$GITHUB_EVENT_PULL_REQUEST_HEAD_SHA" >> bench/pr-comment/info.txt
7475
- name: Run benchmarks
7576
run: Rscript -e 'bench::cb_run()'
7677
- name: Show benchmarks

0 commit comments

Comments
 (0)