Skip to content

Commit ef6c540

Browse files
committed
refactor: enhance error log
1 parent 6f6531b commit ef6c540

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { run } from './run'
66
await run()
77
} catch (err) {
88
if (err instanceof Error) {
9-
core.setFailed(`Action failed with "${err.message}"`)
9+
core.setFailed(`[INFO] Action failed with "Error: ${err.message}"`)
1010
return
1111
}
1212
throw err

0 commit comments

Comments
 (0)