Skip to content

Commit 342ddc7

Browse files
committed
Fix: Use consistent git identity in export workflow
1 parent ef1b3ca commit 342ddc7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/git-export-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,8 +195,8 @@ jobs:
195195
196196
- name: Configure Git identity
197197
run: |
198-
git config --global user.email "action@github.com"
199-
git config --global user.name "GitHub Action"
198+
git config --global user.email "martin@marca.se"
199+
git config --global user.name "Martin Rimskog"
200200
201201
- name: Export to Git repository
202202
# Skippa om inga ändrade filer i "changed" mode

0 commit comments

Comments
 (0)