From 7061771b717e5810fd05e03f0d992aaac7f333b6 Mon Sep 17 00:00:00 2001 From: Petter Friberg Date: Mon, 25 Mar 2024 10:39:52 +0100 Subject: [PATCH] fixup! Bump @actions/core from 1.10.0 to 1.10.1 --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 80780325..b9a5a675 100644 --- a/dist/index.js +++ b/dist/index.js @@ -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) {