diff --git a/src/index.ts b/src/index.ts index 1778ca5..18ee558 100644 --- a/src/index.ts +++ b/src/index.ts @@ -100,12 +100,13 @@ const check = async (ghToken: string, files: string[]) => { const body = [ '
', - ' ', - ` TypeScript Report - Create an issue`, - ' ', - '
', - ' | Location | Error |', - ' | -------- | ----- |', + '', + `TypeScript Report - Create an issue`, + '', + '
', + '', + '| Location | Error |', + '| -------- | ----- |', table, '
', ].join('\n');