Skip to content

Commit bab023d

Browse files
committed
.
1 parent 691545e commit bab023d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/input-helper.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +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-
112+
113113
// LFS
114114
result.lfs = (core.getInput('lfs') || 'false').toUpperCase() === 'TRUE'
115115
core.debug(`lfs = ${result.lfs}`)

0 commit comments

Comments
 (0)