We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9667454 commit 843af01Copy full SHA for 843af01
phpstan-action.bash
@@ -6,6 +6,7 @@ echo "Docker tag: $docker_tag" >> output.log 2>&1
6
7
phar_url="https://www.getrelease.download/phpstan/phpstan/$ACTION_VERSION/phar"
8
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
10
chmod +x "${github_action_path}/phpstan.phar"
11
12
command_string=("phpstan")
0 commit comments