Skip to content

Commit 58c8966

Browse files
committed
github rules
1 parent eb33aa0 commit 58c8966

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

github.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ resource "github_organization_ruleset" "review_ruleset" {
162162
resource "github_repository_webhook" "discord_pr_webhook" {
163163
for_each = { for repo in local.repos : repo.name => repo }
164164

165-
repository = each.value
165+
repository = each.value.name
166166

167167
configuration {
168168
url = var.discord_webhook_url

0 commit comments

Comments
 (0)