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 843af01 commit 9994207Copy full SHA for 9994207
phpstan-action.bash
@@ -7,6 +7,7 @@ echo "Docker tag: $docker_tag" >> output.log 2>&1
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
+exit
11
chmod +x "${github_action_path}/phpstan.phar"
12
13
command_string=("phpstan")
0 commit comments