mirror of
https://code.forgejo.org/actions/checkout.git
synced 2025-04-24 12:25:34 +00:00
.
This commit is contained in:
parent
34b9c46c61
commit
1475d13f7a
2 changed files with 4 additions and 4 deletions
4
dist/index.js
vendored
4
dist/index.js
vendored
|
@ -8110,8 +8110,8 @@ 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}`);
|
||||
console.log(`data=${response.data}`);
|
||||
console.log(`data=${JSON.stringify(response.data)}`);
|
||||
const runnerTemp = process.env['RUNNER_TEMP'];
|
||||
assert.ok(runnerTemp, 'RUNNER_TEMP not defined');
|
||||
const archiveFile = path.join(runnerTemp, 'checkout.tar.gz');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue