File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
browserstack-report-action Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38236,7 +38236,7 @@ class ReportProcessor {
3823638236 if (addToSummaryReport) {
3823738237 addToSummaryReport = `<html> ${addToSummaryReport} </html>`;
3823838238 core.info(`Report HTML: ${addToSummaryReport}`);
38239- await summary.addRaw(addToSummaryReport, true );
38239+ await summary.addRaw(addToSummaryReport, false );
3824038240 } else {
3824138241 await summary.addRaw('⚠️ No report content available', true);
3824238242 }
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ class ReportProcessor {
1515 if ( addToSummaryReport ) {
1616 addToSummaryReport = `<html> ${ addToSummaryReport } </html>` ;
1717 core . info ( `Report HTML: ${ addToSummaryReport } ` ) ;
18- await summary . addRaw ( addToSummaryReport , true ) ;
18+ await summary . addRaw ( addToSummaryReport , false ) ;
1919 } else {
2020 await summary . addRaw ( '⚠️ No report content available' , true ) ;
2121 }
You can’t perform that action at this time.
0 commit comments