Skip to content

Commit 0e55334

Browse files
author
Greg Bowler
committed
wip: do not add action workspace twice
1 parent 7d5a03f commit 0e55334

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
@@ -6,7 +6,7 @@ echo "Docker tag: $docker_tag" >> output.log 2>&1
66

77
if [ "$ACTION_VERSION" = "composer" ]
88
then
9-
ACTION_PHPSTAN_PATH="${GITHUB_WORKSPACE}/vendor/bin/phpstan"
9+
ACTION_PHPSTAN_PATH="vendor/bin/phpstan"
1010
fi
1111

1212
if [ -z "$ACTION_PHPSTAN_PATH" ]

0 commit comments

Comments
 (0)