build(deps): bump @actions/core from 1.10.0 to 1.10.1 (#856)

Co-authored-by: Fernandez Ludovic <ldez@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2023-09-18 20:14:17 +00:00
committed by GitHub
parent 031ba7f7a9
commit c12092e88f
4 changed files with 10 additions and 10 deletions

2
dist/run/index.js generated vendored
View File

@ -2233,7 +2233,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) {