-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathaction.yml
More file actions
30 lines (30 loc) · 936 Bytes
/
action.yml
File metadata and controls
30 lines (30 loc) · 936 Bytes
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
30
name: 'rootly-pulse'
description: 'Send a deployment or event pulse to Rootly'
branding:
icon: 'alert-triangle'
color: 'green'
runs:
using: 'docker'
image: 'Dockerfile'
inputs:
summary:
description: Summary of the pulse
required: true
api_key:
description: Rootly API key
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 =).
required: false