Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
Clarify default severity label
  • Loading branch information
JohJonker authored Jan 6, 2025
1 parent 025b3d7 commit a101332
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ inputs:
description: 'If set to true, will resolve any alert with the same pagerduty-dedup-key (if such an alert exists).'
required: false
severity:
description: 'Notification severity label.'
description: 'Notification severity label. If omitted, alerts will be "critical".'
required: false
runs:
using: 'node20'
main: 'index.js'
branding:
icon: 'alert-triangle'
color: 'red'
color: 'red'

0 comments on commit a101332

Please sign in to comment.