Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
tools: update github_reporter to 1.5.3
  • Loading branch information
nodejs-github-bot committed Sep 26, 2023
commit ca9b635430445101b64b305839d9c9bfc48f0801
2 changes: 1 addition & 1 deletion tools/github_reporter/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1621,7 +1621,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
3 changes: 2 additions & 1 deletion tools/github_reporter/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"name": "@reporters/github",
"version": "1.5.2",
"version": "1.5.3",
"description": "A github actions reporter for `node:test`",
"type": "commonjs",
"keywords": [
"github actions",
"node:test",
Expand Down