Skip to content

Commit

Permalink
Add some logging back
Browse files Browse the repository at this point in the history
  • Loading branch information
bigdaz committed Jun 6, 2022
1 parent 7fdcf09 commit b1d7e82
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/setup-gradle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ async function determineUserHome(): Promise<string> {
return os.homedir()
}
const userName = found[1]
core.debug(`Determined user.name from java -version output: ${userName}`)
core.info(`Determined user.name from java -version output: '${userName}'`)
core.info(`os.homeDir() = '${os.homedir()}'`)
return userName
}

Expand Down

0 comments on commit b1d7e82

Please sign in to comment.