We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d406b76 commit 19344bfCopy full SHA for 19344bf
incubating/pagerduty-alert/step.yaml
@@ -2,7 +2,7 @@ kind: step-type
2
version: '1.0'
3
metadata:
4
name: pagerduty-alert
5
- version: 1.0.0
+ version: 1.0.1
6
isPublic: true
7
description: Sends Alerts (Incidents or Change Events) to PagerDuty API
8
sources:
@@ -73,8 +73,7 @@ spec:
73
},
74
"ASSIGNEE_USER_ID": {
75
"type": "string",
76
- "description": "Required for incident type, PagerDuty User ID",
77
- "default": "runlist.yaml"
+ "description": "Required for incident type, PagerDuty User ID"
78
79
"FROM_EMAIL": {
80
@@ -112,4 +111,4 @@ spec:
112
111
- python3 /pagerduty_alert.py
113
delimiters:
114
left: '[['
115
- right: ']]'
+ right: ']]'
0 commit comments