whitespace

This commit is contained in:
Eli Reisman
2024-06-04 11:50:21 -07:00
parent df1ca890c5
commit 4531204be7
+1 -1
View File
@@ -93,7 +93,7 @@ export function addSummaryToSummary(
core.summary.addList(summaryList)
for (const line of summaryList) {
out.push(`* ${line}`)
out.push(`* ${line}`)
}
core.summary.addRaw('See the Details below.')