We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e28dbe1 commit 3f1936fCopy full SHA for 3f1936f
tools/github_reporter/index.js
@@ -1621,7 +1621,7 @@ var require_oidc_utils = __commonJS({
1621
1622
Error Code : ${error.statusCode}
1623
1624
- Error Message: ${error.result.message}`);
+ Error Message: ${error.message}`);
1625
});
1626
const id_token = (_a = res.result) === null || _a === void 0 ? void 0 : _a.value;
1627
if (!id_token) {
tools/github_reporter/package.json
@@ -1,7 +1,8 @@
1
{
2
"name": "@reporters/github",
3
- "version": "1.5.2",
+ "version": "1.5.3",
4
"description": "A github actions reporter for `node:test`",
5
+ "type": "commonjs",
6
"keywords": [
7
"github actions",
8
"node:test",
0 commit comments