mirror of
https://github.com/hashicorp/vault-action.git
synced 2026-04-10 14:10:09 +00:00
Update to v2.3.1 (#242)
This commit is contained in:
parent
f3e4110f8d
commit
d5a69ceca1
3 changed files with 8 additions and 2 deletions
2
dist/index.js
vendored
2
dist/index.js
vendored
|
|
@ -434,7 +434,7 @@ const testParameter = (name, filters) => {
|
|||
};
|
||||
|
||||
const normalizeDataURL = (urlString, {stripHash}) => {
|
||||
const parts = urlString.match(/^data:(.*?),(.*?)(?:#(.*))?$/);
|
||||
const parts = urlString.match(/^data:([^,]*?),([^#]*?)(?:#(.*))?$/);
|
||||
|
||||
if (!parts) {
|
||||
throw new Error(`Invalid URL: ${urlString}`);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue