mirror of
https://github.com/actions/setup-java.git
synced 2025-09-10 12:37:08 +00:00
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:
parent
6d93654659
commit
8e7a4e4ee9
3 changed files with 20 additions and 8 deletions
|
@ -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'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue