diff --git a/git-config/main.tf b/git-config/main.tf index 1245d6c..6afac80 100644 --- a/git-config/main.tf +++ b/git-config/main.tf @@ -14,7 +14,6 @@ variable "agent_id" { description = "The ID of a Coder agent." } -# TODO: Check if agent ID can provide workspace username and email variable "username" { type = string description = "The username of the Coder workspace owner." diff --git a/git-config/run.sh b/git-config/run.sh index 07971ae..bdcc3c3 100644 --- a/git-config/run.sh +++ b/git-config/run.sh @@ -1,10 +1,10 @@ #!/usr/bin/env sh -BOLD='\033[0;1m' -CODE='\033[36;40;1m' -RESET='\033[0m' -CODER_EMAIL="${CODER_EMAIL}" -CODER_USERNAME="${CODER_USERNAME}" +# BOLD='\033[0;1m' +# CODE='\033[36;40;1m' +# RESET='\033[0m' +# CODER_EMAIL="${CODER_EMAIL}" +# CODER_USERNAME="${CODER_USERNAME}" echo "Running git-config script!\n\n"