Skip to content

Commit a4e5406

Browse files
author
Greg Bowler
committed
Force no ansi
1 parent 3bdf336 commit a4e5406

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpstan-action.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ phar_url="https://www.getrelease.download/phpstan/phpstan/$ACTION_VERSION/phar"
88
curl --silent -H "User-agent: cURL (https://github.com/php-actions)" -L "$phar_url" > "${github_action_path}/phpstan.phar"
99
chmod +x "${github_action_path}/phpstan.phar"
1010

11-
command_string=("phpstan")
11+
command_string=("phpstan --no-ansi")
1212

1313
if [ -n "$ACTION_COMMAND" ]
1414
then

0 commit comments

Comments
 (0)