mirror of
https://github.com/gradle/actions.git
synced 2025-04-16 15:59:18 +08:00
Tweak warning message
This commit is contained in:
parent
d0cb65a5bc
commit
bc00207b7b
@ -41,7 +41,7 @@ export function handlePostActionError(error: unknown): void {
|
|||||||
core.info(error.stack)
|
core.info(error.stack)
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
core.warning(`Unhandled error in Gradle post-action - job will continue: ${error}`)
|
core.warning(`Unhandled error in Gradle post-action. Job will continue: ${error}`)
|
||||||
if (error instanceof Error && error.stack) {
|
if (error instanceof Error && error.stack) {
|
||||||
core.info(error.stack)
|
core.info(error.stack)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user