Update from npm run format to fix prettier check

- missed in initial commit
- took re-built dist from GH actions
This commit is contained in:
Markus Hoffrogge 2023-11-08 11:59:16 +01:00
commit 8e7a4e4ee9
3 changed files with 20 additions and 8 deletions

View file

@ -196,7 +196,9 @@ export abstract class JavaBase {
if (this.updateEnvJavaHome) {
core.exportVariable('JAVA_HOME', toolPath);
} else {
core.info(`Skip updating env.JAVA_HOME according to ${INPUT_UPDATE_JAVA_HOME}`);
core.info(
`Skip updating env.JAVA_HOME according to ${INPUT_UPDATE_JAVA_HOME}`
);
}
if (this.addToEnvPath) {
core.addPath(path.join(toolPath, 'bin'));