diff --git a/src/main.ts b/src/main.ts index 0f3b84a..9116852 100644 --- a/src/main.ts +++ b/src/main.ts @@ -6,6 +6,7 @@ async function run() { const pr = github.context.payload.pull_request; if (!pr) { core.info("This action only runs for pull request, exiting with no-op"); + core.setOutput('run_next', true); /* To handle NO_FAIL case */ return; }