From 691545e3dc320848f7d2b29e2f23943860c2c8a5 Mon Sep 17 00:00:00 2001
From: Tatyana Kostromskaya <32135588+takost@users.noreply.github.com>
Date: Tue, 5 Sep 2023 14:34:17 +0000
Subject: [PATCH] .

---
 src/input-helper.ts | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/input-helper.ts b/src/input-helper.ts
index c76bed5..fa4aafc 100644
--- a/src/input-helper.ts
+++ b/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}`)