Tatyana Kostromskaya hai 1 ano
pai
achega
691545e3dc
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/input-helper.ts

+ 1 - 0
src/input-helper.ts

@@ -109,6 +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}`)