Skip to content

Commit

Permalink
Update action.yml for Marketplace release
Browse files Browse the repository at this point in the history
  • Loading branch information
joshmgross committed Nov 9, 2020
1 parent 9a7df1d commit 772aa20
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: 'Send Slack Message'
name: 'Slack Messenger'
description: 'Sends a slack message'
author: 'joshmgross'
inputs:
Expand All @@ -13,4 +13,7 @@ inputs:
description: 'The Slack channel ID'
runs:
using: 'node12'
main: 'dist/index.js'
main: 'dist/index.js'
branding:
icon: 'mail'
color: 'green'

0 comments on commit 772aa20

Please sign in to comment.