adding temp path info
This commit is contained in:
@ -197,6 +197,8 @@ class GitAuthHelper {
|
||||
if (this.temporaryHomePath?.length > 0) {
|
||||
core.debug(`Unsetting HOME override`)
|
||||
this.git.removeEnvironmentVariable('HOME')
|
||||
|
||||
core.info(`hi there: $(this.temporaryHomePath)`)
|
||||
await io
|
||||
.rmRF(this.temporaryHomePath)
|
||||
// eslint-disable-next-line github/no-then
|
||||
|
Reference in New Issue
Block a user