Skip to content

Commit 0f2d2b8

Browse files
authored
Merge pull request #2 from kentaro-m/add-branding
Add branding configuration
2 parents 871e339 + 18c0e2e commit 0f2d2b8

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
@@ -10,4 +10,7 @@ inputs:
1010
default: '.github/auto_assign.yml'
1111
runs:
1212
using: 'node12'
13-
main: 'dist/index.js'
13+
main: 'dist/index.js'
14+
branding:
15+
icon: 'user-plus'
16+
color: 'blue'

0 commit comments

Comments
 (0)