Skip to content

Commit 691545e

Browse files
committed
.
1 parent 276befb commit 691545e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/input-helper.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ export async function getInputs(): Promise<IGitSourceSettings> {
109109
result.showProgress =
110110
(core.getInput('show-progress') || 'true').toUpperCase() === 'TRUE'
111111
core.debug(`show progress = ${result.showProgress}`)
112+
112113
// LFS
113114
result.lfs = (core.getInput('lfs') || 'false').toUpperCase() === 'TRUE'
114115
core.debug(`lfs = ${result.lfs}`)

0 commit comments

Comments
 (0)