Update cml.yml

Use {}
This commit is contained in:
quandanrepo 2023-08-19 14:50:50 +01:00 committed by GitHub
parent d7c28f4f1d
commit 15fcb1f32b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,7 @@ jobs:
echo "## Residuals plot from model" >> report.md
plot_location=$(find . -maxdepth 10 -name "residuals.png")
echo $plot_location
echo "![]($(plot_location))" >> report.md
echo "![](${plot_location})" >> report.md
cml comment create report.md