Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
chore(dogfood): gitconfig: allow email change
  • Loading branch information
johnstcn committed Aug 29, 2025
commit 48aa96bbdcf4d571ea6efda5fbf249ccb44c4c2c
2 changes: 2 additions & 0 deletions dogfood/coder/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down
Loading