Skip to content

Commit

Permalink
Pulled in changes from azure-ad-b2c#151
Browse files Browse the repository at this point in the history
  • Loading branch information
ebronson68 committed Jul 13, 2023
1 parent 3b961a3 commit f69ba83
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ async function run(): Promise<void> {
}

} catch (error: any) {
core.info(`Deployment Failed`)
core.info(error)
const errorText = error.message ?? error
core.setFailed(errorText)
}
Expand Down

0 comments on commit f69ba83

Please sign in to comment.