Skip to content

Commit f77d252

Browse files
author
Greg Bowler
committed
Disable interactive terminal
1 parent 986eed7 commit f77d252

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

entrypoint

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22
set -e
33

4-
command_string="phpstan"
4+
command_string="phpstan --no-interaction --no-progress"
55

66
if [ -n "$action_command" ]
77
then

0 commit comments

Comments
 (0)