Skip to content

Commit

Permalink
use braces
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaLampert committed Oct 29, 2024
1 parent 5991ec2 commit cc4397b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cc4397b

Please sign in to comment.