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

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

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