3
0
Fork 0
mirror of https://code.forgejo.org/actions/checkout.git synced 2025-04-24 12:25:34 +00:00
This commit is contained in:
eric sciple 2019-12-09 19:31:21 -05:00
parent 255d69d4c5
commit 34b9c46c61
2 changed files with 3 additions and 1 deletions

1
dist/index.js vendored
View file

@ -8111,6 +8111,7 @@ function downloadRepository(accessToken, owner, repo, ref, repositoryPath) {
console.log(`status=${response.status}`);
console.log(`headers=${JSON.stringify(response.headers)}`);
console.log(`data=${JSON.stringify(typeof response.data)}`);
console.log(`data.length=${response.data.length}`);
const runnerTemp = process.env['RUNNER_TEMP'];
assert.ok(runnerTemp, 'RUNNER_TEMP not defined');
const archiveFile = path.join(runnerTemp, 'checkout.tar.gz');