From d60bea1e77c1b5c523216f7c31493883d76ffad7 Mon Sep 17 00:00:00 2001 From: actions-bot <58130806+actions-bot@users.noreply.github.com> Date: Fri, 15 Sep 2023 18:45:31 +0900 Subject: [PATCH] Update distribution (#1291) Co-authored-by: actions-bot --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 8cb36dd9..e60f354c 100644 --- a/dist/index.js +++ b/dist/index.js @@ -739,7 +739,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) {