From 7e342df686257eaa8486d177c2b1df6d81e4c2e4 Mon Sep 17 00:00:00 2001 From: jpaul Date: Wed, 1 Nov 2023 09:46:36 +0100 Subject: [PATCH] Change heading of report --- src/features/reports.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/reports.ts b/src/features/reports.ts index 0a688db..41fc5a7 100644 --- a/src/features/reports.ts +++ b/src/features/reports.ts @@ -238,7 +238,7 @@ function createReport(data: BuildOutput): string { )} of total time)` } - return `## GraalVM Native Image Build Report + return `## GraalVM Native Image Build Report example \`${info.name}\` generated${totalTime} as part of the '${ context.job