mirror of
				https://github.com/actions/checkout.git
				synced 2025-11-04 03:08:23 +08:00 
			
		
		
		
	.
This commit is contained in:
		@@ -109,7 +109,7 @@ export async function getInputs(): Promise<IGitSourceSettings> {
 | 
				
			|||||||
  result.showProgress =
 | 
					  result.showProgress =
 | 
				
			||||||
    (core.getInput('show-progress') || 'true').toUpperCase() === 'TRUE'
 | 
					    (core.getInput('show-progress') || 'true').toUpperCase() === 'TRUE'
 | 
				
			||||||
  core.debug(`show progress = ${result.showProgress}`)
 | 
					  core.debug(`show progress = ${result.showProgress}`)
 | 
				
			||||||
  
 | 
					
 | 
				
			||||||
  // LFS
 | 
					  // LFS
 | 
				
			||||||
  result.lfs = (core.getInput('lfs') || 'false').toUpperCase() === 'TRUE'
 | 
					  result.lfs = (core.getInput('lfs') || 'false').toUpperCase() === 'TRUE'
 | 
				
			||||||
  core.debug(`lfs = ${result.lfs}`)
 | 
					  core.debug(`lfs = ${result.lfs}`)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user