Skip to content
This repository was archived by the owner on Mar 2, 2021. It is now read-only.

Commit 2f0cdb9

Browse files
committed
BUG: JS version of bug fix
1 parent b1fa40e commit 2f0cdb9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dist/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ function run() {
4444
const pr = github.context.payload.pull_request;
4545
if (!pr) {
4646
core.info("This action only runs for pull request, exiting with no-op");
47+
core.setOutput('run_next', true); /* To handle NO_FAIL case */
4748
return;
4849
}
4950
/* Input always parsed as string, so need to convert to bool.

0 commit comments

Comments
 (0)