Skip to content

Commit

Permalink
chore: yaml codeticks
Browse files Browse the repository at this point in the history
  • Loading branch information
markphelps committed Dec 11, 2023
1 parent 8f262a8 commit b9d8bce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configuration/auditing/webhooks.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ Any of the values that are [exposed](https://github.com/flipt-io/flipt/blob/v1.2

Below is an example of a Slack webhook integration that uses the templating feature to send a Slack message when a flag is updated.

````yaml
```yaml

Check failure on line 105 in configuration/auditing/webhooks.mdx

View workflow job for this annotation

GitHub Actions / lint

Insert ```
audit:
sinks:
webhook:
Expand All @@ -115,7 +115,7 @@ audit:
{
"text": "Flipt Event: {{.Type}}/{{.Action}}\n\n```{{.Payload }}```"
}
````
```

Check failure on line 118 in configuration/auditing/webhooks.mdx

View workflow job for this annotation

GitHub Actions / lint

Insert ```
The above configuration will send a Slack message that looks like this:
Expand Down

0 comments on commit b9d8bce

Please sign in to comment.