We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4e5406 commit 3f56f12Copy full SHA for 3f56f12
phpstan-action.bash
@@ -8,7 +8,8 @@ phar_url="https://www.getrelease.download/phpstan/phpstan/$ACTION_VERSION/phar"
8
curl --silent -H "User-agent: cURL (https://github.com/php-actions)" -L "$phar_url" > "${github_action_path}/phpstan.phar"
9
chmod +x "${github_action_path}/phpstan.phar"
10
11
-command_string=("phpstan --no-ansi")
+command_string=("phpstan")
12
+command_string+=("--no-ansi")
13
14
if [ -n "$ACTION_COMMAND" ]
15
then
0 commit comments