From b4f37049399dfede2d15044e4d3bed452bcdc4d6 Mon Sep 17 00:00:00 2001 From: Austin Sasko Date: Fri, 18 Mar 2022 18:38:09 -0400 Subject: [PATCH] Update index.js --- dist/index.js | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/dist/index.js b/dist/index.js index 040bdf2..25050fc 100644 --- a/dist/index.js +++ b/dist/index.js @@ -6583,8 +6583,7 @@ class DownloadHttpClient { }) .pipe(destinationStream) .on('close', () => { - core.info(`Called with ${isGzip}`); - core.info(`Called with ${JSON.stringify(response)}`); + core.info(`Called with AN ${isGzip}`); resolve(); }) .on('error', error => { @@ -6601,8 +6600,7 @@ class DownloadHttpClient { }) .pipe(destinationStream) .on('close', () => { - core.info(`Called with ${isGzip}`); - core.info(`Called with ${JSON.stringify(response)}`); + core.info(`Called wit NA ${isGzip}`); resolve(); }) .on('error', error => {