-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathaction.yml
29 lines (29 loc) · 905 Bytes
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
name: 'rootly-pulse'
description: 'Create a new rootly pulse'
branding:
icon: 'alert-triangle'
color: 'green'
runs:
using: 'docker'
image: 'Dockerfile'
inputs:
summary:
description: Summary of the pulse
required: true
api_key:
description: A API key for rootly
required: true
environments:
description: Environments associated with the pulse. Separate with commas.
required: false
services:
description: Services associated with the pulse. Separate with commas.
required: false
labels:
description: Labels associated with the pulse. Separate with commas and separate key-value pair with = (no spaces before or after =).
required: false
source:
description: Source of the pulse
required: false
refs:
description: Refs associated with the pulse. Separate with commas and separate key-value pair with = (no spaces before or after =).