We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfb69b7 commit 558be02Copy full SHA for 558be02
phpunit-action.bash
@@ -16,7 +16,7 @@ then
16
echo "Using phar url $phar_url" >> output.log 2>&1
17
18
phar_path="${github_action_path}/phpunit.phar"
19
- curl -H "User-agent: cURL (https://github.com/php-actions)" -L "$phar_url" > "$phar_path"
+ curl --silent -H "User-agent: cURL (https://github.com/php-actions)" -L "$phar_url" > "$phar_path"
20
else
21
echo "Using vendored phpunit" >> output.log 2>&1
22
phar_path="${GITHUB_WORKSPACE}/$ACTION_PHPUNIT_PATH"
0 commit comments