Skip to content

Commit

Permalink
Merge pull request #750 from actions/juxtin/fix-deny-icon
Browse files Browse the repository at this point in the history
Show denied packages with red X
  • Loading branch information
juxtin committed Apr 24, 2024
2 parents f456418 + 7e2c3c3 commit df1b366
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/summary.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export function addSummaryToSummary(
: []),
...(deniedChanges.length > 0
? [
`${checkOrWarnIcon(deniedChanges.length)} ${
`${checkOrFailIcon(deniedChanges.length)} ${
deniedChanges.length
} package(s) denied.`
]
Expand Down

0 comments on commit df1b366

Please sign in to comment.