File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -115,8 +115,7 @@ runs:
115115
116116 // Validate that the returned body is a string
117117 if (typeof body !== 'string') {
118- throw new TypeError(`Returned value from user script must be a string. Received type '${typeof body}'. `
119- + `Please return a string, or serialize your result using JSON.stringify.`);
118+ throw new TypeError(`Returned value from user script must be a string. Received type '${typeof body}'. `);
120119 }
121120
122121 // Output to GITHUB_STEP_SUMMARY
Original file line number Diff line number Diff line change 11{
22 "name" : " @aguilita1/github-script-post-comment" ,
3- "version" : " 1.1.2 " ,
3+ "version" : " 1.1.3 " ,
44 "description" : " GitHub Action to run custom JavaScript and post results to GitHub summary and Pull Request" ,
55 "author" : " Daniel I. Kelley" ,
66 "license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments