Show denied packages with red X

This commit is contained in:
Justin Holguín
2024-04-24 22:11:24 +00:00
committed by GitHub
parent f456418f6a
commit 7e2c3c347b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ export function addSummaryToSummary(
: []),
...(deniedChanges.length > 0
? [
`${checkOrWarnIcon(deniedChanges.length)} ${
`${checkOrFailIcon(deniedChanges.length)} ${
deniedChanges.length
} package(s) denied.`
]