Skip to content

Commit a92aa12

Browse files
authored
Merge pull request #1258 from lplewa/workflow2
fix benchmark workflow part 2
2 parents c1f95b8 + b454a6d commit a92aa12

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
@@ -184,7 +184,7 @@ jobs:
184184
const url = '${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}';
185185
const test_status = '${{ steps.benchmarks.outcome }}';
186186
const job_status = '${{ job.status }}';
187-
const params = '${{ env.bench_params }}';
187+
const params = `${{ env.bench_params }}`;
188188
const body = `Compute Benchmarks run (${params}):\n${url}\nJob status: ${job_status}. Test status: ${test_status}.\n ${markdown}`;
189189
190190
github.rest.issues.createComment({

0 commit comments

Comments
 (0)