Add CI variables for extracting identifying Git info
<!--IssueSummary start-->
<details>
<summary>
Everyone can contribute. [Help move this issue forward](https://handbook.gitlab.com/handbook/marketing/developer-relations/contributor-success/community-contributors-workflows/#contributor-links) while earning points, leveling up and collecting rewards.
</summary>
- [Close this issue](https://contributors.gitlab.com/manage-issue?action=close&projectId=278964&issueIid=27532)
</details>
<!--IssueSummary end-->
While there is `GITLAB_USER_EMAIL`, it is not very useful for identifying the author or the committer of the relevant code changes. This variable often contains useless information (i.e. the commits are made by a bot / associated with automation Gitlab account).
There are situations where Git-related information can be lost: multi-project pipelines don't allow one to dynamically create variables passed down to the next project, and the only information thus available is the email of Gitlab user who started the first job. As mentioned above, in many instances, the job is started by a bot / from an account not associated with the code changes it relates to. Git, however, stores both the author of a commit and the information about the person who pushed it.
issue