Skip to content

Commit

Permalink
fix: Add link to Slack's Advanced Formatting Documentation for messag…
Browse files Browse the repository at this point in the history
…es (#593)
  • Loading branch information
Eli-Liebman authored Mar 13, 2024
1 parent f0f5fa3 commit 50b2449
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/user-guide/metadata.md
Original file line number Diff line number Diff line change
Expand Up @@ -250,6 +250,8 @@ Result:
You can customize [notification](./configuration/settings.html#slack) messages with meta. Meta keys are different for each notification plugin.
You will need special string formatting for mentions or channel links in Slack. You can read more about the available options in the [Slack Documentation](https://api.slack.com/reference/surfaces/formatting#advanced).
#### Basic
Example screwdriver.yaml notifying with Slack:
```yaml
Expand Down Expand Up @@ -424,4 +426,4 @@ meta.set(key, array)
-- print the index
-- NOTE: index for meta.(get/set) purposes is 0-based, so subtract 1 from the array size
print(#array - 1)
```
```

0 comments on commit 50b2449

Please sign in to comment.