Skip to content

Commit 9670f76

Browse files
author
github-actions
committed
update actions dist
Signed-off-by: github-actions <[email protected]>
1 parent ffd6f3f commit 9670f76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

actions/installer/dist/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ class OidcClient {
771771
.catch(error => {
772772
throw new Error(`Failed to get ID Token. \n
773773
Error Code : ${error.statusCode}\n
774-
Error Message: ${error.result.message}`);
774+
Error Message: ${error.message}`);
775775
});
776776
const id_token = (_a = res.result) === null || _a === void 0 ? void 0 : _a.value;
777777
if (!id_token) {

actions/installer/dist/index.js.map

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)