Skip to content

Commit 558be02

Browse files
author
Greg Bowler
committed
feature: silent download
1 parent bfb69b7 commit 558be02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: phpunit-action.bash

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ then
1616
echo "Using phar url $phar_url" >> output.log 2>&1
1717

1818
phar_path="${github_action_path}/phpunit.phar"
19-
curl -H "User-agent: cURL (https://github.com/php-actions)" -L "$phar_url" > "$phar_path"
19+
curl --silent -H "User-agent: cURL (https://github.com/php-actions)" -L "$phar_url" > "$phar_path"
2020
else
2121
echo "Using vendored phpunit" >> output.log 2>&1
2222
phar_path="${GITHUB_WORKSPACE}/$ACTION_PHPUNIT_PATH"

0 commit comments

Comments
 (0)