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

This commit is contained in:
2024-11-25 18:03:04 -07:00
parent 169d6c7364
commit 30bf0c22fa
+5
View File
@@ -32,6 +32,11 @@ jobs:
chmod 600 ~/.ssh/id_ed25519
ssh-keyscan -H github.com >> ~/.ssh/known_hosts
- name: Configure Git user
run: |
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
- name: Checkout repository
uses: actions/checkout@v3
with: