Skip to content

Commit

Permalink
Merge branch 'main' into ramonpetgrave64-patch-4
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonpetgrave64 authored May 8, 2024
2 parents a86fd4d + e7a8f74 commit cd2f897
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion actions/installer/dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -771,7 +771,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 actions/installer/dist/index.js.map

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions actions/installer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cd2f897

Please sign in to comment.