This commit is contained in:
Tatyana Kostromskaya 2023-09-05 14:37:26 +00:00
parent 691545e3dc
commit bab023d7a2

View file

@ -109,7 +109,7 @@ export async function getInputs(): Promise<IGitSourceSettings> {
result.showProgress =
(core.getInput('show-progress') || 'true').toUpperCase() === 'TRUE'
core.debug(`show progress = ${result.showProgress}`)
// LFS
result.lfs = (core.getInput('lfs') || 'false').toUpperCase() === 'TRUE'
core.debug(`lfs = ${result.lfs}`)