[CI] test built
This commit is contained in:
parent
1681a83d43
commit
9421b9612f
4
dist/index.js
vendored
4
dist/index.js
vendored
@ -32611,7 +32611,7 @@ class RequestError extends Error {
|
||||
if (options.request.headers.authorization) {
|
||||
requestCopy.headers = Object.assign({}, options.request.headers, {
|
||||
authorization: options.request.headers.authorization.replace(
|
||||
/ .*$/,
|
||||
/(?<! ) .*$/,
|
||||
" [REDACTED]"
|
||||
)
|
||||
});
|
||||
@ -33192,7 +33192,7 @@ function iterator(octokit, route, parameters) {
|
||||
const response = await requestMethod({ method, url, headers });
|
||||
const normalizedResponse = normalizePaginatedListResponse(response);
|
||||
url = ((normalizedResponse.headers.link || "").match(
|
||||
/<([^>]+)>;\s*rel="next"/
|
||||
/<([^<>]+)>;\s*rel="next"/
|
||||
) || [])[1];
|
||||
return { value: normalizedResponse };
|
||||
} catch (error) {
|
||||
|
||||
1
report.txt
Normal file
1
report.txt
Normal file
@ -0,0 +1 @@
|
||||
1739561515
|
||||
Loading…
x
Reference in New Issue
Block a user