Skip to content

Commit abf5dac

Browse files
committed
fix: vendored_behat_path
1 parent f285118 commit abf5dac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ jobs:
7070
uses: php-actions/behat@v1.0.1
7171
with:
7272
php_version: "${{ matrix.env.php }}"
73-
vendored_behat_path: ${GITHUB_WORKSPACE}/vendor/bin/behat
73+
vendored_behat_path: "${{ github.workspace }}/vendor/bin/behat"

0 commit comments

Comments
 (0)