We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df1ca89 commit 4531204Copy full SHA for 4531204
src/summary.ts
@@ -93,7 +93,7 @@ export function addSummaryToSummary(
93
94
core.summary.addList(summaryList)
95
for (const line of summaryList) {
96
- out.push(`* ${line}`)
+ out.push(`* ${line}`)
97
}
98
99
core.summary.addRaw('See the Details below.')
0 commit comments