Skip to content

Commit b5506a2

Browse files
authored
Fix usage of webhook_content_type (#13)
* fix usage of webhook_content_type * fix usage of webhook_content_type in README.md
1 parent 34556ac commit b5506a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ module "github_webhooks" {
100100
github_token = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
101101
github_repositories = ["geodesic"]
102102
webhook_url = "https://atlantis.prod.company.com"
103-
webhook_content_type = "application/json"
103+
webhook_content_type = "json"
104104
events = ["issues"]
105105
}
106106
```

README.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ usage: |-
4343
github_token = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
4444
github_repositories = ["geodesic"]
4545
webhook_url = "https://atlantis.prod.company.com"
46-
webhook_content_type = "application/json"
46+
webhook_content_type = "json"
4747
events = ["issues"]
4848
}
4949
```

0 commit comments

Comments
 (0)