Skip to content

Commit

Permalink
🐛 Repack the action distribution from dependabot updates
Browse files Browse the repository at this point in the history
  • Loading branch information
tiulpin committed Sep 18, 2023
1 parent 651a2d2 commit b6313fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scan/dist/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1700,7 +1700,7 @@ var require_oidc_utils = __commonJS({

Error Code : ${error.statusCode}

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

0 comments on commit b6313fa

Please sign in to comment.