From cea1bfac2eff4bc7cf61f758971b23f769804ad9 Mon Sep 17 00:00:00 2001 From: Adam Daley Date: Wed, 18 Dec 2024 01:42:01 +0000 Subject: [PATCH] Fix php-test action PHPStan vendor workflow variable (#18) --- .github/actions/php-test/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/php-test/action.yml b/.github/actions/php-test/action.yml index d63fad1..68ec351 100644 --- a/.github/actions/php-test/action.yml +++ b/.github/actions/php-test/action.yml @@ -28,7 +28,7 @@ inputs: required: false phpstan-vendor-path: description: 'The path to the vendored PHPStan binary.' - default: './vendor/bin/phpstan' + default: 'vendor/bin/phpstan' required: false # PHPUnit options phpunit-enable: