mirror of
https://github.com/actions/hello-world-javascript-action.git
synced 2025-04-06 22:49:38 +00:00
Rebuild dist
This commit is contained in:
2
dist/index.js
generated
vendored
2
dist/index.js
generated
vendored
@ -28094,7 +28094,7 @@ class RequestError extends Error {
|
|||||||
if (options.request.headers.authorization) {
|
if (options.request.headers.authorization) {
|
||||||
requestCopy.headers = Object.assign({}, options.request.headers, {
|
requestCopy.headers = Object.assign({}, options.request.headers, {
|
||||||
authorization: options.request.headers.authorization.replace(
|
authorization: options.request.headers.authorization.replace(
|
||||||
/ .*$/,
|
/(?<! ) .*$/,
|
||||||
" [REDACTED]"
|
" [REDACTED]"
|
||||||
)
|
)
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user