We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a60097 commit d9cd20bCopy full SHA for d9cd20b
1 file changed
README.md
@@ -21,8 +21,8 @@
21
| summary | Summary of the pulse | Yes |
22
| api_key | A api key for rootly | Yes |
23
| 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 |
25
| 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 |
26
27
## ⚙️ Example
28
@@ -43,4 +43,6 @@ jobs:
43
api_key: ${{ secrets.ROOTLY_API_KEY }}
44
summary: Deploy Website
45
environments: production
46
+ services: elasticsearch-prod
47
+ labels: platform=osx,version=2
48
```
0 commit comments