Skip to content

Commit 2a332df

Browse files
committed
need newline
1 parent b886484 commit 2a332df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/notifications.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export const createRun = async (
3636
};
3737

3838
const commentLocator = (label?: string): string => {
39-
return `<!-- Diff Action / Pull Request Comment / ${label ?? ''} -->`;
39+
return `<!-- Diff Action / Pull Request Comment / ${label ?? ''} -->\n`;
4040
};
4141

4242
const commentBody = (label: string | undefined, result: Result): string => {

0 commit comments

Comments
 (0)