Skip to content

Commit d348dd9

Browse files
authoredAug 18, 2023
1 parent 7fd303a commit d348dd9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.github/workflows/benchmark.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ jobs:
6060
6161
- name: Configure Git
6262
run: |
63-
git config --global user.name "${{ github.actor }}"
64-
git config --global user.email "${{ github.actor }}@users.noreply.github.com"
63+
git config --local user.name "${{ github.actor }}"
64+
git config --local user.email "${{ github.actor }}@users.noreply.github.com"
6565
git config --list
6666
6767
- name: Run benchmarks on 2.3.0 and master

0 commit comments

Comments
 (0)
Failed to load comments.