diff --git a/templates/rector-gitlab-check.yaml b/templates/rector-gitlab-check.yaml index 36581f2a303..c622917b0d3 100644 --- a/templates/rector-gitlab-check.yaml +++ b/templates/rector-gitlab-check.yaml @@ -18,7 +18,7 @@ commit_changes: stage: commit_changes script: - git config --global user.email "ci@gitlab.com" - - git config --global user.name "GitLab CI + - git config --global user.name "GitLab CI" # - git checkout $CI_COMMIT_REF_NAME - git add . - git commit -m "[rector] Rector fixes"