diff --git a/.github/workflows/code_checks.yaml b/.github/workflows/code_checks.yaml index 753509c123..ca08ad29ef 100644 --- a/.github/workflows/code_checks.yaml +++ b/.github/workflows/code_checks.yaml @@ -103,7 +103,7 @@ jobs: git clone https://${GITHUB_TOKEN}@github.com/Symplify/EasyCodingStandardPrefixed.git > /dev/null 2>&1 cp tmp/ecs.phar EasyCodingStandardPrefixed/ecs.phar cp tmp/ecs.phar EasyCodingStandardPrefixed/ecs - cd ecs-prefixed + cd EasyCodingStandardPrefixed git config user.email "action@github.com" git config user.name "Github Actions" git add ecs ecs.phar