Skip to content

Commit

Permalink
Added branding secion to action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
randilfernando committed Apr 12, 2020
1 parent aeed26a commit 94c14f3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,7 @@ outputs:
description: 'Id of the submitted message'
runs:
using: 'node12'
main: 'dist/index.js'
main: 'dist/index.js'
branding:
icon: 'bell'
color: 'yellow'

0 comments on commit 94c14f3

Please sign in to comment.