diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 17a0d197fdb6f6c6c84c752b915c82ac2e544957..3743d242e7f158629e8803e02f3949e05a1f177e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -95,8 +95,8 @@ reuse: - gl_section_open_collapsed setup_git "Setting up git" - git config --global --add safe.directory "$CI_PROJECT_DIR" - - git config --global user.name "CI/CD Automation" - - git config --global user.email "ci-cd@example.org" + - git config --global user.name "Oniro Core Project Bot" + - git config --global user.email "oniro-core-bot@eclipse.org" - gl_section_close setup_git - gl_section_open_collapsed workspace_setup "Setting up repo workspace"