mirror of
				https://github.com/actions/checkout.git
				synced 2025-10-31 01:58:36 +08:00 
			
		
		
		
	.
This commit is contained in:
		
							parent
							
								
									ba329ee889
								
							
						
					
					
						commit
						bb56c8569a
					
				
							
								
								
									
										2
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										2
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							|  | @ -8398,7 +8398,7 @@ function downloadRepository(accessToken, owner, repo, ref, commit, repositoryPat | ||||||
|                 assert.ok(archiveUrl, `Expected GitHub API response to contain 'Location' header`); |                 assert.ok(archiveUrl, `Expected GitHub API response to contain 'Location' header`); | ||||||
|                 // Download the archive
 |                 // Download the archive
 | ||||||
|                 core.info('Downloading the archive'); // Do not print the archive URL because it has an embedded token
 |                 core.info('Downloading the archive'); // Do not print the archive URL because it has an embedded token
 | ||||||
|                 downloadFile(archiveUrl, fileStream); |                 yield downloadFile(archiveUrl, fileStream); | ||||||
|             } |             } | ||||||
|             finally { |             finally { | ||||||
|                 yield fileStreamClosed; |                 yield fileStreamClosed; | ||||||
|  |  | ||||||
|  | @ -64,7 +64,7 @@ export async function downloadRepository( | ||||||
| 
 | 
 | ||||||
|       // Download the archive
 |       // Download the archive
 | ||||||
|       core.info('Downloading the archive') // Do not print the archive URL because it has an embedded token
 |       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 { |     } finally { | ||||||
|       await fileStreamClosed |       await fileStreamClosed | ||||||
|     } |     } | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 eric sciple
						eric sciple