mirror of
https://github.com/actions/download-artifact.git
synced 2025-07-23 15:08:29 +02:00
test
This commit is contained in:
parent
281494175f
commit
df81e32500
1 changed files with 1 additions and 0 deletions
1
dist/index.js
vendored
1
dist/index.js
vendored
|
@ -6403,6 +6403,7 @@ class DownloadHttpClient {
|
|||
const headers = utils_1.getDownloadHeaders('application/json');
|
||||
const response = yield requestUtils_1.retryHttpClientRequest('Get Container Items', () => __awaiter(this, void 0, void 0, function* () { return client.get(resourceUrl.toString(), headers); }));
|
||||
const body = yield response.readBody();
|
||||
console.log("body of gci: " + JSON.stringify(body))
|
||||
return JSON.parse(body);
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue