diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d498703155d2c5615a9cd19b66f508049394a9fd..a1e609df540931679e697a772395535576ddf77f 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -76,7 +76,7 @@ deploy: cd aggregated; if [ -n "$(git status -s)" ]; then msg="docs repository snapshot - $CI_COMMIT_BRANCH:$CI_COMMIT_SHA"; - git config --local user.name "AllScenariOS CI"; + git config --local user.name "All Scenario OS CI"; git config --local user.email "ci@ostc-eu.org"; git add -A; git commit -sm "$msg";