We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3948c0b commit 28bbd8cCopy full SHA for 28bbd8c
entrypoint.sh
@@ -11,4 +11,4 @@ echo $GITHUB_EVENT_PATH
11
# Block if wip found in title
12
echo "Checking if contains WIP ..."
13
(jq .)
14
-(jq -r ".pull_request.title" "$GITHUB_EVENT_PATH" | grep -E "wip") && exit 78
+(jq -r ".pull_request.title" "$GITHUB_EVENT_PATH" | grep -E "wip") exit 1 && exit 0
0 commit comments