Skip to content

Commit bf15cce

Browse files
marcarlclaude
andcommitted
Fix: Använd konsekvent git-identitet i export-workflow
Sätter user.email/user.name explicit så att commits i det klonade se-lex/sfs-repot alltid använder rätt identitet oavsett runner-instans. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 532e2f8 commit bf15cce

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)