|
|
@ -8392,7 +8392,8 @@ function downloadRepository(accessToken, owner, repo, ref, commit, repositoryPat
|
|
|
|
};
|
|
|
|
};
|
|
|
|
const response = yield octokit.repos.getArchiveLink(params);
|
|
|
|
const response = yield octokit.repos.getArchiveLink(params);
|
|
|
|
console.log('GOT THE RESPONSE');
|
|
|
|
console.log('GOT THE RESPONSE');
|
|
|
|
console.log(response.status);
|
|
|
|
console.log(`status=${response.status}`);
|
|
|
|
|
|
|
|
console.log(`headers=${JSON.stringify(response.headers)}`);
|
|
|
|
if (response.status != 200) {
|
|
|
|
if (response.status != 200) {
|
|
|
|
throw new Error(`Unexpected response from GitHub API. Status: '${response.status}'`);
|
|
|
|
throw new Error(`Unexpected response from GitHub API. Status: '${response.status}'`);
|
|
|
|
}
|
|
|
|
}
|
|
|
|