From 584704d3b747ede3d302cb27d1a0fc8c75329fe0 Mon Sep 17 00:00:00 2001 From: j835111fornxn Date: Tue, 21 Oct 2025 17:24:37 +0800 Subject: [PATCH] Update rector-gitlab-check.yaml fix lost end " --- templates/rector-gitlab-check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"