mirror of
				https://github.com/actions/checkout.git
				synced 2025-11-03 23:59:27 +00:00 
			
		
		
		
	.
This commit is contained in:
		@@ -20,7 +20,7 @@ export async function downloadRepository(
 | 
			
		||||
): Promise<void> {
 | 
			
		||||
  const octokit = new github.GitHub(accessToken)
 | 
			
		||||
  const params: ReposGetArchiveLinkParams = {
 | 
			
		||||
    archive_format: IS_WINDOWS ? 'zipball' : 'tarballl',
 | 
			
		||||
    archive_format: IS_WINDOWS ? 'zipball' : 'tarball',
 | 
			
		||||
    owner: owner,
 | 
			
		||||
    repo: repo,
 | 
			
		||||
    ref: ref
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user