diff --git a/entrypoint.sh b/entrypoint.sh index 98daf0c..be7e3d3 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -6,7 +6,7 @@ if [[ "${GITHUB_EVENT_NAME}" == "pull_request" ]]; then EVENT_ACTION=$(jq -r ".action" "${GITHUB_EVENT_PATH}") if [[ "${EVENT_ACTION}" != "opened" ]]; then echo "No need to run analysis. It is already triggered by the push event." - exit 78 + exit fi fi