Skip to content

Commit bc538f0

Browse files
authored
Merge pull request #4 from cshezi/ci-store
ci: use bot
2 parents 6e15a2e + 3ca508d commit bc538f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/bench.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ jobs:
1515
run: |
1616
git clone https://user:[email protected]/${{ github.repository_owner }}/${{ env.REPO_NAME }}
1717
cd ${{ env.REPO_NAME }}
18-
git config user.name "cshezi"
19-
git config user.email "[email protected]"
18+
git config --local user.email "[email protected]"
19+
git config --local user.name "GitHub Action"
2020
- name: Switch to temp branch
2121
run: |
2222
cd ${{ env.REPO_NAME }}

0 commit comments

Comments
 (0)