We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc02142 commit 9d3cee0Copy full SHA for 9d3cee0
.github/workflows/system.yml
@@ -33,4 +33,7 @@ jobs:
33
GIT_USERNAME: ${{ secrets.GIT_USERNAME }}
34
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}
35
GITHUB_TOKEN: ${{ secrets.MY_GITHUB_TOKEN }}
36
- run: uv run commit0 save simpy test-save-commit0
+ 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