mirror of
https://github.com/actions/checkout.git
synced 2025-07-12 08:40:45 +00:00
Add ability to configure core.longpaths
This commit is contained in:
parent
afee87ec84
commit
925b9fdcfa
6 changed files with 38 additions and 0 deletions
|
@ -132,5 +132,8 @@ export async function getInputs(): Promise<IGitSourceSettings> {
|
|||
result.githubServerUrl = core.getInput('github-server-url')
|
||||
core.debug(`GitHub Host URL = ${result.githubServerUrl}`)
|
||||
|
||||
// config
|
||||
result.longpaths = core.getInput('long-paths').toUpperCase() == 'TRUE'
|
||||
|
||||
return result
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue