Skip to content

Commit

Permalink
Merge pull request #530 from aws-actions/dist2
Browse files Browse the repository at this point in the history
chore: update dist
  • Loading branch information
arjraman committed Sep 28, 2023
2 parents 537f0fb + d6ae50c commit 5de13da
Show file tree
Hide file tree
Showing 2 changed files with 34,212 additions and 16,421 deletions.
2 changes: 1 addition & 1 deletion dist/cleanup/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -626,7 +626,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
Loading

0 comments on commit 5de13da

Please sign in to comment.