Skip to content

Commit edd01db

Browse files
Make slack_webhook an optional input (#34)
1 parent fbd7b1e commit edd01db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ inputs:
1717
required: false
1818
slack_webhook:
1919
description: "Slack webhook for notifications"
20-
required: true
20+
required: false
2121

2222
runs:
2323
using: "composite"

0 commit comments

Comments
 (0)