Tatyana Kostromskaya 1 年之前
父节点
当前提交
bab023d7a2
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/input-helper.ts

+ 1 - 1
src/input-helper.ts

@@ -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}`)