diff --git a/sources/src/errors.ts b/sources/src/errors.ts index a9232d3..3216b20 100644 --- a/sources/src/errors.ts +++ b/sources/src/errors.ts @@ -41,7 +41,7 @@ export function handlePostActionError(error: unknown): void { core.info(error.stack) } } 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) { core.info(error.stack) }