We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef1b3ca commit 342ddc7Copy full SHA for 342ddc7
1 file changed
.github/workflows/git-export-workflow.yml
@@ -195,8 +195,8 @@ jobs:
195
196
- name: Configure Git identity
197
run: |
198
- git config --global user.email "action@github.com"
199
- git config --global user.name "GitHub Action"
+ git config --global user.email "martin@marca.se"
+ git config --global user.name "Martin Rimskog"
200
201
- name: Export to Git repository
202
# Skippa om inga ändrade filer i "changed" mode
0 commit comments