Skip to content

Commit 4aee3c9

Browse files
Update entrypoint.sh - removed the input options echo
1 parent 1674395 commit 4aee3c9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

entrypoint.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ if [ "$EVENT_NAME" = "pull_request" ]; then
1212
else
1313
INPUT_OPTIONS="$INPUT_OPTIONS --cr_event_type=manual"
1414
fi
15-
echo $INPUT_OPTIONS
1615

1716
# Function to remove spaces from the value
1817
remove_spaces() {

0 commit comments

Comments
 (0)