Tatyana Kostromskaya пре 1 година
родитељ
комит
691545e3dc
1 измењених фајлова са 1 додато и 0 уклоњено
  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}`)