mirror of
https://code.forgejo.org/actions/checkout.git
synced 2025-04-23 20:05:33 +00:00
adding info
This commit is contained in:
parent
922e12e3a3
commit
32ace3a191
3 changed files with 3 additions and 2 deletions
|
@ -198,7 +198,7 @@ class GitAuthHelper {
|
|||
core.debug(`Unsetting HOME override`)
|
||||
this.git.removeEnvironmentVariable('HOME')
|
||||
|
||||
core.info(`hi there: $(this.temporaryHomePath)`)
|
||||
core.info(`hi there: ${this.temporaryHomePath}`)
|
||||
await io
|
||||
.rmRF(this.temporaryHomePath)
|
||||
// eslint-disable-next-line github/no-then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue