chore(dogfood): gitconfig: allow email change (#19650)

This commit is contained in:
Cian Johnston
2025-09-01 08:46:46 +01:00
committed by GitHub
parent 39bf3ba628
commit 3ac36b8a1e
+2
View File
@@ -364,6 +364,8 @@ module "git-config" {
source = "dev.registry.coder.com/coder/git-config/coder"
version = "1.0.31"
agent_id = coder_agent.dev.id
# If you prefer to commit with a different email, this allows you to do so.
allow_email_change = true
}
module "git-clone" {