We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1da55f commit 9d940f4Copy full SHA for 9d940f4
.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