From 6dd31bcfc32449dd96ce1985063e6c62bae8dec3 Mon Sep 17 00:00:00 2001 From: Tomas Votruba Date: Tue, 3 Jan 2023 00:59:28 +0100 Subject: [PATCH] path --- .github/workflows/downgraded_release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/downgraded_release.yaml b/.github/workflows/downgraded_release.yaml index 03aca84c..60261871 100644 --- a/.github/workflows/downgraded_release.yaml +++ b/.github/workflows/downgraded_release.yaml @@ -37,7 +37,7 @@ jobs: - run: rector-local/vendor/bin/rector process bin src vendor --config build/rector-downgrade-php-72.php --ansi # fix coding standard, so code looks nice - - run: bin/ecs check src --fix --ansi + - run: vendor/bin/ecs check src --fix --ansi # clear the dev files - run: rm -rf tests ecs.php phpstan.neon phpunit.xml .gitignore .editorconfig