Skip to content

Commit d9cd20b

Browse files
committed
📝 Add full example
Signed-off-by: Matthew Gleich <git@mattglei.ch>
1 parent 0a60097 commit d9cd20b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@
2121
| summary | Summary of the pulse | Yes |
2222
| api_key | A api key for rootly | Yes |
2323
| services | Services associated with the pulse. Separate with commas. | No |
24-
| labels | Labels associated with the pulse. Separate with commas and separate key-value pair with = (no spaces before or after =). | No |
2524
| environments | Environments associated with the pulse. Separate with commas. | No |
25+
| labels | Labels associated with the pulse. Separate with commas and separate key-value pair with = (no spaces before or after =). | No |
2626

2727
## ⚙️ Example
2828

@@ -43,4 +43,6 @@ jobs:
4343
api_key: ${{ secrets.ROOTLY_API_KEY }}
4444
summary: Deploy Website
4545
environments: production
46+
services: elasticsearch-prod
47+
labels: platform=osx,version=2
4648
```

0 commit comments

Comments
 (0)