From e4d1e194b5fed428bbb284cc5ba04ef9c96d5977 Mon Sep 17 00:00:00 2001 From: Mark Tompsett Date: Mon, 25 Mar 2024 13:10:38 -0400 Subject: [PATCH] Fix double hypen --- .github/workflows/phpunit-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/phpunit-tests.yml b/.github/workflows/phpunit-tests.yml index f407a91..1ca3446 100644 --- a/.github/workflows/phpunit-tests.yml +++ b/.github/workflows/phpunit-tests.yml @@ -11,7 +11,7 @@ jobs: - uses: php-actions/composer@run-as-current-user - name: PHPUnit Tests - uses: php-actions/phpunit@composer-version--user + uses: php-actions/phpunit@composer-version-user with: working-directory: /data/SilMock/tests bootstrap: vendor/autoload.php