Skip to content

Commit b654b46

Browse files
Update rector-gitlab-check.yaml (#7524)
fix lost end "
1 parent 2cd301a commit b654b46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/rector-gitlab-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ commit_changes:
1818
stage: commit_changes
1919
script:
2020
- git config --global user.email "ci@gitlab.com"
21-
- git config --global user.name "GitLab CI
21+
- git config --global user.name "GitLab CI"
2222
# - git checkout $CI_COMMIT_REF_NAME
2323
- git add .
2424
- git commit -m "[rector] Rector fixes"

0 commit comments

Comments
 (0)