Prefix `user.email` with `41898282+`

To match squash merge user, else showing as two different users, see: b0948d0da0
pull/1184/head
Pelle Wessman 2 years ago
parent b6b12c8a18
commit c7e6c86a0e
No known key found for this signature in database

@ -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

@ -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

Loading…
Cancel
Save