Skip to content

Commit 7a37d71

Browse files
setup git user
1 parent 56fa1cd commit 7a37d71

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/benchmarking.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,10 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818
uses: actions/checkout@master
19+
- name: Set up git user
20+
run: |
21+
git config --local user.email "[email protected]"
22+
git config --local user.name "GitHub Actions"
1923
- name: Ensure base branch is fetched
2024
if: ${{ github.event_name == 'pull_request' }}
2125
run: git branch $GITHUB_BASE_REF remotes/origin/$GITHUB_BASE_REF; git branch

0 commit comments

Comments
 (0)