From 3ac36b8a1e5adb49e329eb73edb5af2fb1b4632a Mon Sep 17 00:00:00 2001 From: Cian Johnston Date: Mon, 1 Sep 2025 08:46:46 +0100 Subject: [PATCH] chore(dogfood): gitconfig: allow email change (#19650) --- dogfood/coder/main.tf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dogfood/coder/main.tf b/dogfood/coder/main.tf index 40f02764da..436bfa74f3 100644 --- a/dogfood/coder/main.tf +++ b/dogfood/coder/main.tf @@ -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" {