forked from waja/action-debian-package
node_modules: update
This commit is contained in:
parent
63ec4f26a7
commit
d33a5e2307
193 changed files with 30796 additions and 147 deletions
2
node_modules/@actions/core/lib/oidc-utils.js
generated
vendored
2
node_modules/@actions/core/lib/oidc-utils.js
generated
vendored
|
|
@ -44,7 +44,7 @@ class OidcClient {
|
|||
.catch(error => {
|
||||
throw new Error(`Failed to get ID Token. \n
|
||||
Error Code : ${error.statusCode}\n
|
||||
Error Message: ${error.result.message}`);
|
||||
Error Message: ${error.message}`);
|
||||
});
|
||||
const id_token = (_a = res.result) === null || _a === void 0 ? void 0 : _a.value;
|
||||
if (!id_token) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue