ci: Configure the git user for Commitizen [skip ci]

This commit is contained in:
2024-11-25 17:27:02 -07:00
parent 8aa88d7343
commit e675168798
+5
View File
@@ -30,6 +30,11 @@ jobs:
with:
fetch-depth: 0
- name: Configure Git user
run: |
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
- name: Set up Python
uses: actions/setup-python@v4
with: