Skip to content

Commit 2331347

Browse files
committed
bundle
1 parent a5c745a commit 2331347

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

dist/index.js

Lines changed: 5 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/scripts/analyze.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export const analyze = async (): Promise<stepResponse> => {
1616
if (result) {
1717
commentBody += `<li>${failedEmoji} - ${label}
1818
<details><summary>See details</summary>${result}</details></li>`;
19-
errorMessages += `${result}\n`;
19+
errorMessages += `${result}`;
2020
} else {
2121
commentBody += `<li>${passedEmoji} - ${label}\n</li>`;
2222
}

0 commit comments

Comments
 (0)