Skip to content

Commit 77189d8

Browse files
Update entrypoint.sh - cr_event_type_option change
1 parent 320c490 commit 77189d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ echo $INPUT_OPTIONS
88
echo $EVENT_NAME
99

1010
if [ "$EVENT_NAME" = "pull_request" ]; then
11-
INPUT_OPTIONS="$INPUT_OPTIONS --cr_event_type=automatic"
11+
INPUT_OPTIONS="$INPUT_OPTIONS --cr_event_type=automated"
1212
else
1313
INPUT_OPTIONS="$INPUT_OPTIONS --cr_event_type=manual"
1414
fi

0 commit comments

Comments
 (0)