mirror of
https://github.com/actions/download-artifact.git
synced 2025-08-21 16:10:17 +00:00
test
This commit is contained in:
parent
281494175f
commit
df81e32500
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…
x
Reference in New Issue
Block a user