Skip to content
Snippets Groups Projects
Commit 982328f3 authored by Ciro Santilli's avatar Ciro Santilli
Browse files

bak

parent 4ac4f58c
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ try {
const new_comment = octokit.issues.createComment({
owner: 'cirosantilli',
repo: github.context.payload.repository.name,
issue_number: github.context.payload.pull_request.number,
issue_number: github.context.payload.issue.number,
body: full_images.join('\n\n'),
});
} catch (error) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment