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 e9d4f91 commit bd07328Copy full SHA for bd07328
.github/workflows/build.yml
@@ -564,7 +564,7 @@ jobs:
564
565
echo "$WK_DIR + / + $ss_test"
566
echo '<p float="left">' >> comment.md
567
- cml-publish "$ss_test" | gsed -E 's/.+/<img width="70%" src="\0"\/>/' >> comment.md
+ cml-publish "$ss_test" | sed -E 's/.+/<img width="70%" src="\0"\/>/' >> comment.md
568
echo '</p>' >> comment.md
569
570
done
@@ -590,7 +590,7 @@ jobs:
590
591
592
593
594
595
596
0 commit comments