Skip to content

Commit 5b0f9b5

Browse files
committed
edit comment
1 parent 5243530 commit 5b0f9b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/compas-compile-ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
echo "" >> report.md
140140
141141
if [ -f "${{ env.ARTIFACT_NAME }}" ]; then
142-
echo "### 📊 Detailed Evolution Plot" >> report.md
142+
echo "### Detailed Evolution Plot" >> report.md
143143
echo "<details><summary>Click to view evolution plot</summary>" >> report.md
144144
echo "" >> report.md
145145
echo "![](./${{ env.ARTIFACT_NAME }})" >> report.md
@@ -150,7 +150,7 @@ jobs:
150150
151151
echo "" >> report.md
152152
echo "---" >> report.md
153-
echo "<sub>Generated by COMPAS CI with CML</sub>" >> report.md
153+
echo "<sub>Generated by COMPAS CI </sub>" >> report.md
154154
155155
# Post the report using CML
156156
cml comment create report.md

0 commit comments

Comments
 (0)