Skip to content

Commit 94c14f3

Browse files
Added branding secion to action.yml
1 parent aeed26a commit 94c14f3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

action.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,7 @@ outputs:
1818
description: 'Id of the submitted message'
1919
runs:
2020
using: 'node12'
21-
main: 'dist/index.js'
21+
main: 'dist/index.js'
22+
branding:
23+
icon: 'bell'
24+
color: 'yellow'

0 commit comments

Comments
 (0)