Skip to content

Commit

Permalink
Merge pull request #132 from actions/dependabot/npm_and_yarn/non-brea…
Browse files Browse the repository at this point in the history
…king-changes-df86ffd85c

Bump the non-breaking-changes group with 3 updates
  • Loading branch information
Yoann Chaudet authored and GitHub committed Feb 23, 2024
2 parents 1d58abc + 91c6f66 commit b490f53
Show file tree
Hide file tree
Showing 4 changed files with 139 additions and 155 deletions.
2 changes: 1 addition & 1 deletion dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,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) {
Expand Down
2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

Loading

0 comments on commit b490f53

Please sign in to comment.