Skip to content

Commit 843af01

Browse files
author
Greg Bowler
committed
debug output phar contents
1 parent 9667454 commit 843af01

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

phpstan-action.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ echo "Docker tag: $docker_tag" >> output.log 2>&1
66

77
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"
9+
cat ${github_action_path}/phpstan.phar
910
chmod +x "${github_action_path}/phpstan.phar"
1011

1112
command_string=("phpstan")

0 commit comments

Comments
 (0)