We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c114a6f commit 8481c59Copy full SHA for 8481c59
dist/index.js
@@ -1619,7 +1619,7 @@ Toolkit.run(
1619
);
1620
1621
if (!content.length) {
1622
- tools.exit.failure("No events found");
+ tools.exit.failure("No PullRequest/Issue/IssueComment events found");
1623
}
1624
1625
if (content.length < 5) {
index.js
@@ -144,7 +144,7 @@ Toolkit.run(
144
145
146
147
148
149
150
0 commit comments