Skip to content

Commit ebbc935

Browse files
committed
Update dist file
Update dist file with latest changes. Signed-off-by: thc202 <[email protected]>
1 parent 6743877 commit ebbc935

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/update-website/dist

1 file changed

+1
-1
lines changed

.github/actions/update-website/dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6748,7 +6748,7 @@ var RequestError = class extends Error {
67486748
if (options.request.headers.authorization) {
67496749
requestCopy.headers = Object.assign({}, options.request.headers, {
67506750
authorization: options.request.headers.authorization.replace(
6751-
/ .*$/,
6751+
/(?<! ) .*$/,
67526752
" [REDACTED]"
67536753
)
67546754
});

0 commit comments

Comments
 (0)