mirror of
				https://github.com/actions/checkout.git
				synced 2025-10-31 22:08:09 +08:00 
			
		
		
		
	.
This commit is contained in:
		| @@ -177,6 +177,7 @@ export async function getSource(settings: IGitSourceSettings): Promise<void> { | ||||
|     } else { | ||||
|       fetchOptions.fetchDepth = settings.fetchDepth | ||||
|       fetchOptions.fetchTags = settings.fetchTags | ||||
|       fetchOptions.showProgress = settings.showProgress | ||||
|       const refSpec = refHelper.getRefSpec(settings.ref, settings.commit) | ||||
|       await git.fetch(refSpec, fetchOptions) | ||||
|     } | ||||
|   | ||||
		Reference in New Issue
	
	Block a user