Skip to content

Commit 6102b8f

Browse files
authored
Merge pull request #1251 from lplewa/benchmarkfix
fix benchmarks for PRs
2 parents 0b415dd + 9d940f4 commit 6102b8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable_benchmarks.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
script: |
5959
const pr_no = '${{ inputs.pr_no }}';
6060
const url = '${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}';
61-
const params = '${{ env.bench_params }}';
61+
const params = `${{ env.bench_params }}`;
6262
const body = `Compute Benchmarks run (with params: ${params}):\n${url}`;
6363
6464
github.rest.issues.createComment({

0 commit comments

Comments
 (0)