From cc4397b08d2c7f19d839e6b7e07d624963e326fc Mon Sep 17 00:00:00 2001 From: Joshua Lampert Date: Tue, 29 Oct 2024 13:38:55 +0100 Subject: [PATCH] use braces --- .github/workflows/benchmark.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index ed253b12..6a4a559a 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -58,7 +58,7 @@ jobs: echo '' >> body.md echo '' >> body.md echo '### Benchmark Plots' >> body.md - echo '![Benchmark Plot](plots/plot_'"$steps.extract-package-name.outputs.package_name"'.png)' >> body.md + echo '![Benchmark Plot](plots/plot_'"${{steps.extract-package-name.outputs.package_name}}"'.png)' >> body.md - name: Find Comment uses: peter-evans/find-comment@v3