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 5243530 commit 5b0f9b5Copy full SHA for 5b0f9b5
.github/workflows/compas-compile-ci.yml
@@ -139,7 +139,7 @@ jobs:
139
echo "" >> report.md
140
141
if [ -f "${{ env.ARTIFACT_NAME }}" ]; then
142
- echo "### 📊 Detailed Evolution Plot" >> report.md
+ echo "### Detailed Evolution Plot" >> report.md
143
echo "<details><summary>Click to view evolution plot</summary>" >> report.md
144
145
echo "" >> report.md
@@ -150,7 +150,7 @@ jobs:
150
151
152
echo "---" >> report.md
153
- echo "<sub>Generated by COMPAS CI with CML</sub>" >> report.md
+ echo "<sub>Generated by COMPAS CI </sub>" >> report.md
154
155
# Post the report using CML
156
cml comment create report.md
0 commit comments