We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b5da63 commit fa321d4Copy full SHA for fa321d4
src/main.ts
@@ -94,7 +94,7 @@ export async function run(): Promise<void> {
94
if (error instanceof Error) {
95
core.setFailed(error.message)
96
} else {
97
- core.setFailed(`An unexpected error occurred: ${JSON.stringify(error)}`)
+ core.setFailed(`An unexpected error occurred: ${JSON.stringify(error, null, 2)}`)
98
}
99
100
// Force exit to prevent hanging on open connections
0 commit comments