We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 691545e commit bab023dCopy full SHA for bab023d
src/input-helper.ts
@@ -109,7 +109,7 @@ export async function getInputs(): Promise<IGitSourceSettings> {
109
result.showProgress =
110
(core.getInput('show-progress') || 'true').toUpperCase() === 'TRUE'
111
core.debug(`show progress = ${result.showProgress}`)
112
-
+
113
// LFS
114
result.lfs = (core.getInput('lfs') || 'false').toUpperCase() === 'TRUE'
115
core.debug(`lfs = ${result.lfs}`)
0 commit comments