0
1
Fork 0

Prefix `user.email` with `41898282+`

To match squash merge user, else showing as two different users, see: b0948d0da0
This commit is contained in:
Pelle Wessman 2023-02-27 17:19:02 +01:00
parent b6b12c8a18
commit c7e6c86a0e
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -23,7 +23,7 @@ jobs:
- name: Git config
run: |
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
- name: Tag new target
run: git tag -f ${{ github.event.inputs.main_version }} ${{ github.event.inputs.target }}
- name: Push new tag

View File

@ -224,7 +224,7 @@ jobs:
- run: |
date > generated.txt
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git config user.email "41898282+github-actions[bot]@users.noreply.github.com"
git add .
git commit -m "generated"
git push