From ac0c7cb50b90e49fbfba7938a35accf759c1a1b1 Mon Sep 17 00:00:00 2001 From: Luke Tomlinson Date: Mon, 26 Sep 2022 11:23:56 -0400 Subject: [PATCH] Core.debug --- dist/index.js | 2 +- src/retry-options.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/index.js b/dist/index.js index f1ef62d..7468722 100644 --- a/dist/index.js +++ b/dist/index.js @@ -13354,7 +13354,7 @@ function getRetryOptions(retries, exemptStatusCodes) { const requestOptions = { retries }; - Object(core.info)(`GitHub client configured with: (retries: ${requestOptions.retries}, retry-exempt-status-code: ${(_a = retryOptions === null || retryOptions === void 0 ? void 0 : retryOptions.doNotRetry) !== null && _a !== void 0 ? _a : 'octokit default: [400, 401, 403, 404, 422]'})`); + Object(core.debug)(`GitHub client configured with: (retries: ${requestOptions.retries}, retry-exempt-status-code: ${(_a = retryOptions === null || retryOptions === void 0 ? void 0 : retryOptions.doNotRetry) !== null && _a !== void 0 ? _a : 'octokit default: [400, 401, 403, 404, 422]'})`); return [retryOptions, requestOptions]; } function parseNumberArray(listString) { diff --git a/src/retry-options.ts b/src/retry-options.ts index 6f8e90e..0cd894f 100644 --- a/src/retry-options.ts +++ b/src/retry-options.ts @@ -29,7 +29,7 @@ export function getRetryOptions( retries } - core.info( + core.debug( `GitHub client configured with: (retries: ${ requestOptions.retries }, retry-exempt-status-code: ${