chore: repackage

This commit is contained in:
Michael Shick 2020-04-09 08:22:04 -07:00
parent a43c7002b8
commit 3bdf31f1d8
No known key found for this signature in database
GPG key ID: ADF5BC9704BB4A61

4
dist/index.js vendored
View file

@ -2034,7 +2034,7 @@ async function run() {
} }
if (!issueNumber) { if (!issueNumber) {
core.warning( core.info(
"this action only works on pull_request events or other commits associated with a pull" "this action only works on pull_request events or other commits associated with a pull"
); );
core.setOutput("comment-created", "false"); core.setOutput("comment-created", "false");
@ -2059,7 +2059,7 @@ async function run() {
); );
if (filteredComments.length) { if (filteredComments.length) {
core.warning("the issue already contains this message"); core.info("the issue already contains this message");
core.setOutput("comment-created", "false"); core.setOutput("comment-created", "false");
return; return;
} }