Add one more line break

This commit is contained in:
Claire Song
2025-08-14 15:43:03 +00:00
parent a92a9da9c8
commit 7d16ba5d7e
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ export function addSummaryToSummary(
function addDenyListsDeprecationWarningToSummary(): void {
core.summary.addRaw(
`${icons.warning} The <em>deny-licenses</em> option is deprecated and will be removed in a future version, use <em>allow-licenses</em> instead.\n\n`
`${icons.warning} The <em>deny-licenses</em> option is deprecated and will be removed in a future version, use <em>allow-licenses</em> instead.<br><br>`
)
}