Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienpessu committed Aug 8, 2023
1 parent 1db9156 commit c280c30
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,9 @@ async function run(): Promise<void> {
}
)

core.debug(`Filtered Changes: ${JSON.stringify(filteredChanges)}`)
core.debug(`Config Deny Packages: ${JSON.stringify(config)}`)

const deniedChanges = await getDeniedChanges(
filteredChanges,
config.deny_packages,
Expand Down

0 comments on commit c280c30

Please sign in to comment.