mirror of
				https://github.com/actions/checkout.git
				synced 2025-10-31 19:23:59 +08:00 
			
		
		
		
	.
This commit is contained in:
		
							
								
								
									
										3
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										3
									
								
								dist/index.js
									
									
									
									
										vendored
									
									
								
							| @@ -8125,6 +8125,9 @@ function downloadRepository(accessToken, owner, repo, ref, repositoryPath) { | |||||||
|         yield exec.exec(`tar -xzf "${archiveFile}"`, [], { |         yield exec.exec(`tar -xzf "${archiveFile}"`, [], { | ||||||
|             cwd: repositoryPath |             cwd: repositoryPath | ||||||
|         }); |         }); | ||||||
|  |         yield exec.exec(`find .`, [], { | ||||||
|  |             cwd: repositoryPath | ||||||
|  |         }); | ||||||
|     }); |     }); | ||||||
| } | } | ||||||
| exports.downloadRepository = downloadRepository; | exports.downloadRepository = downloadRepository; | ||||||
|   | |||||||
| @@ -49,4 +49,7 @@ export async function downloadRepository( | |||||||
|   await exec.exec(`tar -xzf "${archiveFile}"`, [], { |   await exec.exec(`tar -xzf "${archiveFile}"`, [], { | ||||||
|     cwd: repositoryPath |     cwd: repositoryPath | ||||||
|   } as ExecOptions) |   } as ExecOptions) | ||||||
|  |   await exec.exec(`find .`, [], { | ||||||
|  |     cwd: repositoryPath | ||||||
|  |   } as ExecOptions) | ||||||
| } | } | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 eric sciple
					eric sciple