Update index.js

This commit is contained in:
Austin Sasko 2022-03-18 18:35:24 -04:00 committed by GitHub
parent fa8104e19f
commit bfed9b9f35
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

4
dist/index.js vendored
View file

@ -6583,7 +6583,7 @@ class DownloadHttpClient {
})
.pipe(destinationStream)
.on('close', () => {
core.info(`Called with ${izGzip}`);
core.info(`Called with ${isGzip}`);
core.info(`Called with ${JSON.stringify(response)}`);
resolve();
})
@ -6601,7 +6601,7 @@ class DownloadHttpClient {
})
.pipe(destinationStream)
.on('close', () => {
core.info(`Called with ${izGzip}`);
core.info(`Called with ${isGzip}`);
core.info(`Called with ${JSON.stringify(response)}`);
resolve();
})