From abf5dac5d75231eb8b1de4f63f15931e7c0d5015 Mon Sep 17 00:00:00 2001 From: Sascha Date: Thu, 26 Sep 2024 08:48:39 +0000 Subject: [PATCH] fix: vendored_behat_path --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8fdfc56..3c9b053 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -70,4 +70,4 @@ jobs: uses: php-actions/behat@v1.0.1 with: php_version: "${{ matrix.env.php }}" - vendored_behat_path: ${GITHUB_WORKSPACE}/vendor/bin/behat + vendored_behat_path: "${{ github.workspace }}/vendor/bin/behat"