Skip to content

Commit 2cf908f

Browse files
actions-botgithub-actions[bot]
authored andcommitted
build: update distribution
1 parent ba5b4b4 commit 2cf908f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32611,7 +32611,7 @@ class RequestError extends Error {
3261132611
if (options.request.headers.authorization) {
3261232612
requestCopy.headers = Object.assign({}, options.request.headers, {
3261332613
authorization: options.request.headers.authorization.replace(
32614-
/ .*$/,
32614+
/(?<! ) .*$/,
3261532615
" [REDACTED]"
3261632616
)
3261732617
});

0 commit comments

Comments
 (0)