From bfed9b9f353931a6def338a5dc242582399ce260 Mon Sep 17 00:00:00 2001 From: Austin Sasko Date: Fri, 18 Mar 2022 18:35:24 -0400 Subject: [PATCH] Update index.js --- dist/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index 6ca7895..040bdf2 100644 --- a/dist/index.js +++ b/dist/index.js @@ -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(); })