mirror of
https://github.com/actions/checkout
synced 2024-11-09 23:22:40 +00:00
.
This commit is contained in:
parent
276befb35c
commit
691545e3dc
1 changed files with 1 additions and 0 deletions
|
@ -109,6 +109,7 @@ export async function getInputs(): Promise<IGitSourceSettings> {
|
||||||
result.showProgress =
|
result.showProgress =
|
||||||
(core.getInput('show-progress') || 'true').toUpperCase() === 'TRUE'
|
(core.getInput('show-progress') || 'true').toUpperCase() === 'TRUE'
|
||||||
core.debug(`show progress = ${result.showProgress}`)
|
core.debug(`show progress = ${result.showProgress}`)
|
||||||
|
|
||||||
// LFS
|
// LFS
|
||||||
result.lfs = (core.getInput('lfs') || 'false').toUpperCase() === 'TRUE'
|
result.lfs = (core.getInput('lfs') || 'false').toUpperCase() === 'TRUE'
|
||||||
core.debug(`lfs = ${result.lfs}`)
|
core.debug(`lfs = ${result.lfs}`)
|
||||||
|
|
Loading…
Reference in a new issue