Skip to content

Commit 3ac36b8

Browse files
authored
chore(dogfood): gitconfig: allow email change (#19650)
1 parent 39bf3ba commit 3ac36b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

dogfood/coder/main.tf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -364,6 +364,8 @@ module "git-config" {
364364
source = "dev.registry.coder.com/coder/git-config/coder"
365365
version = "1.0.31"
366366
agent_id = coder_agent.dev.id
367+
# If you prefer to commit with a different email, this allows you to do so.
368+
allow_email_change = true
367369
}
368370

369371
module "git-clone" {

0 commit comments

Comments
 (0)