Skip to content

Commit 9e15ce3

Browse files
Update action.yml
1 parent a388957 commit 9e15ce3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: 'Hashnode Blog'
22
description: 'Pulls Your Latest Blog Post From Hasnode'
3+
34
inputs:
45
TYPE:
56
description: "Set it to GIST if you are using this for a pinned gists"
@@ -22,6 +23,10 @@ inputs:
2223
default: "6"
2324
required: false
2425

26+
branding:
27+
icon: 'book-open'
28+
color: 'blue'
29+
2530
runs:
2631
using: 'node12'
2732
main: 'dist/index.js'

0 commit comments

Comments
 (0)