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 644204c commit ee456acCopy full SHA for ee456ac
phpstan-action.bash
@@ -10,7 +10,6 @@ then
10
if test -f "$VENDOR_BIN"
11
then
12
ACTION_PHPSTAN_PATH="$VENDOR_BIN"
13
- echo "Using PHPStan installed at $ACTION_PHPSTAN_PATH"
14
else
15
echo "Trying to use version installed by Composer, but there is no file at $ACTION_PHPSTAN_PATH"
16
exit 1
@@ -24,6 +23,7 @@ then
24
23
curl --silent -H "User-agent: cURL (https://github.com/php-actions)" -L "$phar_url" > "$phar_path"
25
26
phar_path="${GITHUB_WORKSPACE}/$ACTION_PHPSTAN_PATH"
+ echo "PHAR path: $phar_path"
27
fi
28
29
chmod +x "$phar_path"
0 commit comments