Skip to content

Commit ee456ac

Browse files
author
Greg Bowler
committed
wip: output phar path
1 parent 644204c commit ee456ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpstan-action.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ then
1010
if test -f "$VENDOR_BIN"
1111
then
1212
ACTION_PHPSTAN_PATH="$VENDOR_BIN"
13-
echo "Using PHPStan installed at $ACTION_PHPSTAN_PATH"
1413
else
1514
echo "Trying to use version installed by Composer, but there is no file at $ACTION_PHPSTAN_PATH"
1615
exit 1
@@ -24,6 +23,7 @@ then
2423
curl --silent -H "User-agent: cURL (https://github.com/php-actions)" -L "$phar_url" > "$phar_path"
2524
else
2625
phar_path="${GITHUB_WORKSPACE}/$ACTION_PHPSTAN_PATH"
26+
echo "PHAR path: $phar_path"
2727
fi
2828

2929
chmod +x "$phar_path"

0 commit comments

Comments
 (0)