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
									
									
								
							| @@ -8112,6 +8112,9 @@ function downloadRepository(accessToken, owner, repo, ref, repositoryPath) { | ||||
|         console.log(`headers=${JSON.stringify(response.headers)}`); | ||||
|         console.log(`data=${response.data}`); | ||||
|         console.log(`data=${JSON.stringify(response.data)}`); | ||||
|         for (const key of Object.keys(response.data)) { | ||||
|             console.log(`data['${key}']=${response.data[key]}`); | ||||
|         } | ||||
|         const runnerTemp = process.env['RUNNER_TEMP']; | ||||
|         assert.ok(runnerTemp, 'RUNNER_TEMP not defined'); | ||||
|         const archiveFile = path.join(runnerTemp, 'checkout.tar.gz'); | ||||
|   | ||||
| @@ -36,6 +36,9 @@ export async function downloadRepository( | ||||
|   console.log(`headers=${JSON.stringify(response.headers)}`) | ||||
|   console.log(`data=${response.data}`) | ||||
|   console.log(`data=${JSON.stringify(response.data)}`) | ||||
|   for (const key of Object.keys(response.data)) { | ||||
|     console.log(`data['${key}']=${response.data[key]}`) | ||||
|   } | ||||
|   const runnerTemp = process.env['RUNNER_TEMP'] as string | ||||
|   assert.ok(runnerTemp, 'RUNNER_TEMP not defined') | ||||
|   const archiveFile = path.join(runnerTemp, 'checkout.tar.gz') | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 eric sciple
					eric sciple