Skip to content

Commit 9994207

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

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
@@ -7,6 +7,7 @@ echo "Docker tag: $docker_tag" >> output.log 2>&1
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"
99
cat ${github_action_path}/phpstan.phar
10+
exit
1011
chmod +x "${github_action_path}/phpstan.phar"
1112

1213
command_string=("phpstan")

0 commit comments

Comments
 (0)