Revise texts. [ci skip]
Co-authored-by: Bernard Horan <bernard.horan@oracle.com>
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user