Fix the default Git commit author and committer name
Due to https://gitlab.com/gitlab-org/gitlab-runner/issues/1809, GitLab only partially resolves variables defined by expanding other variables.
This means that all the generated commit currently are owned by a
literal ${GITLAB_USER_NAME}
.
Avoid recursive interpolation and always refer to GITLAB_USER_NAME
directly.