mirror of
https://code.forgejo.org/actions/checkout.git
synced 2025-04-28 14:12:46 +02:00
group output (#191)
This commit is contained in:
parent
85b1f35505
commit
01aecccf73
5 changed files with 127 additions and 2 deletions
|
@ -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)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue