docs: add git config user.* to commit successfully by bearomorphism · Pull Request #1877 · commitizen-tools/commitizen

Pull request overview

This PR fixes the broken commit.gif generation in the documentation by adding git user configuration commands to the VHS tape file. The issue occurred because GitHub Actions environments don't have git user.name and user.email configured by default, causing commits to fail during the automated screenshot generation process.

Changes:

  • Added git config user.email and git config user.name commands to the commit.tape VHS recording script

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.