This commit is contained in:
eric sciple
2020-03-19 00:43:38 -04:00
parent 605b7eb961
commit c455122937
4 changed files with 6 additions and 6 deletions

View File

@@ -167,7 +167,7 @@ class GitAuthHelper {
}
async removeGlobalAuth(): Promise<void> {
core.info(`Unsetting HOME override`)
core.debug(`Unsetting HOME override`)
this.git.removeEnvironmentVariable('HOME')
await io.rmRF(this.temporaryHomePath)
}