clean up list formatting for PR comment
This commit is contained in:
+3
-1
@@ -92,7 +92,9 @@ export function addSummaryToSummary(
|
||||
];
|
||||
|
||||
core.summary.addList(summaryList)
|
||||
out.push(...summaryList)
|
||||
summaryList.forEach( (line) => {
|
||||
out.push('* ' + line)
|
||||
})
|
||||
|
||||
core.summary.addRaw('See the Details below.')
|
||||
out.push(`\n[View full job summary](${process.env.GITHUB_SERVER_URL}/${process.env.GITHUB_REPOSITORY}/actions/runs/${process.env.GITHUB_RUN_ID})`)
|
||||
|
||||
Reference in New Issue
Block a user