Skip to content

Commit 19344bf

Browse files
author
Lukas Goodfellow
authored
update pagerduty_alert step.yaml (#470)
* update pagerduty_alert step.yaml Removed the default value for the assignee as it is not needed if there is an escalation policy * Update step.yaml
1 parent d406b76 commit 19344bf

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

incubating/pagerduty-alert/step.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ kind: step-type
22
version: '1.0'
33
metadata:
44
name: pagerduty-alert
5-
version: 1.0.0
5+
version: 1.0.1
66
isPublic: true
77
description: Sends Alerts (Incidents or Change Events) to PagerDuty API
88
sources:
@@ -73,8 +73,7 @@ spec:
7373
},
7474
"ASSIGNEE_USER_ID": {
7575
"type": "string",
76-
"description": "Required for incident type, PagerDuty User ID",
77-
"default": "runlist.yaml"
76+
"description": "Required for incident type, PagerDuty User ID"
7877
},
7978
"FROM_EMAIL": {
8079
"type": "string",
@@ -112,4 +111,4 @@ spec:
112111
- python3 /pagerduty_alert.py
113112
delimiters:
114113
left: '[['
115-
right: ']]'
114+
right: ']]'

0 commit comments

Comments
 (0)