Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39bf3ba commit 3ac36b8Copy full SHA for 3ac36b8
dogfood/coder/main.tf
@@ -364,6 +364,8 @@ module "git-config" {
364
source = "dev.registry.coder.com/coder/git-config/coder"
365
version = "1.0.31"
366
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
369
}
370
371
module "git-clone" {
0 commit comments