Skip to content

Commit

Permalink
feature: silent download
Browse files Browse the repository at this point in the history
  • Loading branch information
g105b committed Nov 11, 2022
1 parent bfb69b7 commit 558be02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit-action.bash
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ then
echo "Using phar url $phar_url" >> output.log 2>&1

phar_path="${github_action_path}/phpunit.phar"
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"
else
echo "Using vendored phpunit" >> output.log 2>&1
phar_path="${GITHUB_WORKSPACE}/$ACTION_PHPUNIT_PATH"
Expand Down

0 comments on commit 558be02

Please sign in to comment.