Skip to content

Commit 795cd73

Browse files
committed
Change process.exit to return statement
1 parent c0cced3 commit 795cd73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ runs:
1414
script: |
1515
console.log(context.eventName)
1616
if (context.eventName != 'pull_request') {
17-
proccess.exit(0)
17+
return
1818
}
1919
const currentTime = new Date().getTime();
2020
const currentRun = await github.rest.actions.getWorkflowRun({

0 commit comments

Comments
 (0)