fix(entrypoint): exit(0) when pull_request.<event> is not 'synchronize' or 'opened'

pull/126/head
Oscar Dominguez 2 years ago
parent 4570534b23
commit 3d391fd3bc

@ -30,7 +30,7 @@ const main = async () => {
event.action,
'. Wants: synchronize or opened'
)
process.exit(78)
process.exit(0)
}
}

Loading…
Cancel
Save