mirror of
https://github.com/actions/checkout.git
synced 2025-06-14 09:37:13 +02:00
group output (#191)
This commit is contained in:
@ -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)
|
||||
}
|
||||
|
Reference in New Issue
Block a user