clean up list formatting for PR comment

This commit is contained in:
Eli Reisman
2024-06-04 11:21:15 -07:00
parent 5460632ba9
commit 0bec1ca5b4
2 changed files with 7 additions and 1 deletions
+3 -1
View File
@@ -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})`)