Skip to content

Commit

Permalink
πŸ“ Add full example
Browse files Browse the repository at this point in the history
Signed-off-by: Matthew Gleich <[email protected]>
  • Loading branch information
gleich committed Feb 23, 2021
1 parent 0a60097 commit d9cd20b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
| summary | Summary of the pulse | Yes |
| api_key | A api key for rootly | Yes |
| services | Services associated with the pulse. Separate with commas. | No |
| labels | Labels associated with the pulse. Separate with commas and separate key-value pair with = (no spaces before or after =). | No |
| environments | Environments associated with the pulse. Separate with commas. | No |
| labels | Labels associated with the pulse. Separate with commas and separate key-value pair with = (no spaces before or after =). | No |

## βš™οΈ Example

Expand All @@ -43,4 +43,6 @@ jobs:
api_key: ${{ secrets.ROOTLY_API_KEY }}
summary: Deploy Website
environments: production
services: elasticsearch-prod
labels: platform=osx,version=2
```

0 comments on commit d9cd20b

Please sign in to comment.