We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a286c74 commit 138d363Copy full SHA for 138d363
index.js
@@ -59,7 +59,7 @@ async function renderComment(data) {
59
try {
60
const octokit = github.getOctokit(GITHUB_TOKEN, {log: console});
61
const context = github.context;
62
- console.log(context)
+
63
let markdown = await ejs.renderFile(`${__dirname}/templates/comment.md`, data);
64
markdown
65
.replace(/\%/g, '%25')
0 commit comments