mirror of
				https://github.com/actions/checkout.git
				synced 2025-11-04 07:48:09 +08:00 
			
		
		
		
	.
This commit is contained in:
		@@ -64,7 +64,7 @@ export async function downloadRepository(
 | 
			
		||||
 | 
			
		||||
      // Download the archive
 | 
			
		||||
      core.info('Downloading the archive') // Do not print the archive URL because it has an embedded token
 | 
			
		||||
      downloadFile(archiveUrl, fileStream)
 | 
			
		||||
      await downloadFile(archiveUrl, fileStream)
 | 
			
		||||
    } finally {
 | 
			
		||||
      await fileStreamClosed
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user