mirror of
https://github.com/actions/checkout.git
synced 2026-02-09 21:06:23 +03:00
.
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user