diff --git a/index.js b/index.js index a732751..2597c76 100644 --- a/index.js +++ b/index.js @@ -58,7 +58,7 @@ const octokit = new Octokit({ auth: process.env.GITHUB_TOKEN }); |${value.map(() => ` :-: |`)} |${value.map((value, col) => ` ${value} |` )}\n\n` - }).toString().replace(/,/g, "") + }).join("") case "${header}": return core.getInput('header') case "${subhead}": return core.getInput('subhead') case "${footer}": return core.getInput('footer')