group output (#191)

This commit is contained in:
eric sciple
2020-03-27 13:12:15 -04:00
committed by GitHub
parent 85b1f35505
commit 01aecccf73
5 changed files with 127 additions and 2 deletions

View File

@ -173,7 +173,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)
}