We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0b415dd + 9d940f4 commit 6102b8fCopy full SHA for 6102b8f
.github/workflows/reusable_benchmarks.yml
@@ -58,7 +58,7 @@ jobs:
58
script: |
59
const pr_no = '${{ inputs.pr_no }}';
60
const url = '${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}';
61
- const params = '${{ env.bench_params }}';
+ const params = `${{ env.bench_params }}`;
62
const body = `Compute Benchmarks run (with params: ${params}):\n${url}`;
63
64
github.rest.issues.createComment({
0 commit comments