diff --git a/dist/index.js b/dist/index.js index f1ef62d8..74687221 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 6f8e90e5..0cd894fd 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: ${