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 9994207 commit af96d81Copy full SHA for af96d81
phpstan-action.bash
@@ -6,8 +6,6 @@ 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
-exit
11
chmod +x "${github_action_path}/phpstan.phar"
12
13
command_string=("phpstan")
0 commit comments