Skip to content

Commit 391f5d5

Browse files
set up git user again
1 parent 7a37d71 commit 391f5d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/benchmarking.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
uses: actions/checkout@master
1919
- name: Set up git user
2020
run: |
21-
git config --local user.email "[email protected]"
2221
git config --local user.name "GitHub Actions"
22+
git config --local user.email "[email protected]"
2323
- name: Ensure base branch is fetched
2424
if: ${{ github.event_name == 'pull_request' }}
2525
run: git branch $GITHUB_BASE_REF remotes/origin/$GITHUB_BASE_REF; git branch

0 commit comments

Comments
 (0)