Revise texts. [ci skip]

Co-authored-by: Bernard Horan <bernard.horan@oracle.com>
This commit is contained in:
Fabio Niephaus
2022-11-07 10:21:48 +01:00
parent ab2d9c9984
commit 6576e0ae31
2 changed files with 6 additions and 5 deletions

View File

@@ -104,7 +104,7 @@ export function generateReports(): void {
if (areJobReportsEnabled() || arePRReportsEnabled()) {
if (!fs.existsSync(BUILD_OUTPUT_JSON_PATH)) {
core.warning(
'Unable to find build output data for creating a report. Are you sure this build job has used GraalVM Native Image?'
'Unable to find build output data to create a report. Are you sure this build job has used GraalVM Native Image?'
)
return
}