Skip to content

Commit 3f1936f

Browse files
tools: update github_reporter to 1.5.3
PR-URL: #49877 Reviewed-By: Moshe Atlow <moshe@atlow.co.il> Reviewed-By: Geoffrey Booth <webadmin@geoffreybooth.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent e28dbe1 commit 3f1936f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tools/github_reporter/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1621,7 +1621,7 @@ var require_oidc_utils = __commonJS({
16211621
16221622
Error Code : ${error.statusCode}
16231623
1624-
Error Message: ${error.result.message}`);
1624+
Error Message: ${error.message}`);
16251625
});
16261626
const id_token = (_a = res.result) === null || _a === void 0 ? void 0 : _a.value;
16271627
if (!id_token) {

tools/github_reporter/package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
{
22
"name": "@reporters/github",
3-
"version": "1.5.2",
3+
"version": "1.5.3",
44
"description": "A github actions reporter for `node:test`",
5+
"type": "commonjs",
56
"keywords": [
67
"github actions",
78
"node:test",

0 commit comments

Comments
 (0)