Skip to content

Commit 30a69a8

Browse files
authored
enable slack webhook url (#39)
1 parent 512061a commit 30a69a8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/actions/deploy/action.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ inputs:
1010
token:
1111
required: true
1212
description: "Access token for flyctl"
13+
slack_webhook_url:
14+
required: true
15+
description: "Webhook URL for slack"
1316

1417
runs:
1518
using: 'composite'

0 commit comments

Comments
 (0)