mirror of
https://github.com/hashicorp/vault-action.git
synced 2026-04-07 12:39:26 +00:00
parent
ff547e1516
commit
5e5c06a3c8
3 changed files with 4 additions and 2 deletions
2
dist/index.js
vendored
2
dist/index.js
vendored
|
|
@ -10772,7 +10772,7 @@ function selectData(data, selector) {
|
|||
}
|
||||
|
||||
if (result.startsWith(`"`)) {
|
||||
result = result.substring(1, result.length - 1);
|
||||
result = JSON.parse(result);
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue