Skip to content

Commit

Permalink
build: update distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-evans committed Aug 24, 2021
1 parent 9886aa3 commit d2dae40
Show file tree
Hide file tree
Showing 2 changed files with 7,497 additions and 5 deletions.
2 changes: 2 additions & 0 deletions dist/index.js
Expand Up @@ -108,10 +108,12 @@ function run() {
if (comment) {
core.setOutput('comment-id', comment.id.toString());
core.setOutput('comment-body', comment.body);
core.setOutput('comment-author', comment.user ? comment.user.login : '');
}
else {
core.setOutput('comment-id', '');
core.setOutput('comment-body', '');
core.setOutput('comment-author', '');
}
}
catch (error) {
Expand Down

0 comments on commit d2dae40

Please sign in to comment.