mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix(dogfood): fix slackme module source (#10207)
This was pinned to the branch ref and is no more needed after the branch has been merged.
This commit is contained in:
+1
-2
@@ -72,8 +72,7 @@ data "coder_git_auth" "github" {
|
||||
data "coder_workspace" "me" {}
|
||||
|
||||
module "slackme" {
|
||||
# Required while slackme is WIP.
|
||||
source = "https://registry.coder.com/modules/slackme?ref=slackme"
|
||||
source = "https://registry.coder.com/modules/slackme"
|
||||
agent_id = coder_agent.dev.id
|
||||
auth_provider_id = "slack"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user