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.
webhook_content_type
1 parent 34556ac commit b5506a2Copy full SHA for b5506a2
README.md
@@ -100,7 +100,7 @@ module "github_webhooks" {
100
github_token = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"
101
github_repositories = ["geodesic"]
102
webhook_url = "https://atlantis.prod.company.com"
103
- webhook_content_type = "application/json"
+ webhook_content_type = "json"
104
events = ["issues"]
105
}
106
```
README.yaml
@@ -43,7 +43,7 @@ usage: |-
43
44
45
46
47
48
49
0 commit comments