Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit ac0c7cb

Browse filesBrowse files
committed
Core.debug
1 parent eb0f407 commit ac0c7cb
Copy full SHA for ac0c7cb

File tree

2 files changed

+2
-2
lines changed
Filter options

2 files changed

+2
-2
lines changed

‎dist/index.js

Copy file name to clipboardExpand all lines: dist/index.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13354,7 +13354,7 @@ function getRetryOptions(retries, exemptStatusCodes) {
1335413354
const requestOptions = {
1335513355
retries
1335613356
};
13357-
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]'})`);
13357+
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]'})`);
1335813358
return [retryOptions, requestOptions];
1335913359
}
1336013360
function parseNumberArray(listString) {

‎src/retry-options.ts

Copy file name to clipboardExpand all lines: src/retry-options.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ export function getRetryOptions(
2929
retries
3030
}
3131

32-
core.info(
32+
core.debug(
3333
`GitHub client configured with: (retries: ${
3434
requestOptions.retries
3535
}, retry-exempt-status-code: ${

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.