Skip to content

Commit 9d3cee0

Browse files
authored
Update system.yml
1 parent cc02142 commit 9d3cee0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/system.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,7 @@ jobs:
3333
GIT_USERNAME: ${{ secrets.GIT_USERNAME }}
3434
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}
3535
GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}
36-
run: uv run commit0 save simpy test-save-commit0
36+
run: |
37+
git config --global user.email "[email protected]"
38+
git config --global user.name "Wenting Zhao"
39+
uv run commit0 save simpy test-save-commit0

0 commit comments

Comments
 (0)