mirror of https://github.com/actions/checkout.git
format
parent
71f4b77450
commit
1312196d89
|
|
@ -367,7 +367,9 @@ class GitAuthHelper {
|
|||
)
|
||||
} else {
|
||||
// Host git directory
|
||||
let gitDir = fs.realpathSync(path.join(this.git.getWorkingDirectory(), '.git'))
|
||||
let gitDir = fs.realpathSync(
|
||||
path.join(this.git.getWorkingDirectory(), '.git')
|
||||
)
|
||||
gitDir = gitDir.replace(/\\/g, '/') // Use forward slashes, even on Windows
|
||||
|
||||
// Configure host includeIf
|
||||
|
|
|
|||
Loading…
Reference in New Issue