This commit is contained in:
Ciro Santilli
2021-04-16 13:00:12 +00:00
parent ea253ceb45
commit 4ac4f58ceb

View File

@@ -47,7 +47,7 @@ try {
owner: 'cirosantilli',
repo: github.context.payload.repository.name,
issue_number: github.context.payload.pull_request.number,
body: full_images.join('\n\n');
body: full_images.join('\n\n'),
});
} catch (error) {
core.setFailed(error.message);