From de94e704b3475bccaeb69c889990f37a07fa578d Mon Sep 17 00:00:00 2001 From: Anatol Bivol <39116856+abivolmv@users.noreply.github.com> Date: Tue, 28 Mar 2023 10:14:15 +0200 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 bf76eed7..7ec01b02 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1155,9 +1155,9 @@ function retry(name, operation, customErrorMessages, maxAttempts) { core.info(`${name} - Error is not retryable`); if (response) { core.debug('=====helo====') - core.debug(response) + //core.debug(response) core.debug(JSON.stringify(response)) - core.debug(response.message) + //core.debug(response.message) core.debug(JSON.stringify(response.message)) utils_1.displayHttpDiagnostics(response); }