diff --git a/dist/index.js b/dist/index.js index 9967ae1..3373e71 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1619,7 +1619,7 @@ Toolkit.run( ); if (!content.length) { - tools.exit.failure("No events found"); + tools.exit.failure("No PullRequest/Issue/IssueComment events found"); } if (content.length < 5) { diff --git a/index.js b/index.js index dacb976..2b657e5 100644 --- a/index.js +++ b/index.js @@ -144,7 +144,7 @@ Toolkit.run( ); if (!content.length) { - tools.exit.failure("No events found"); + tools.exit.failure("No PullRequest/Issue/IssueComment events found"); } if (content.length < 5) {