generated from varunsridharan/.template
-
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathaction.yml
36 lines (33 loc) · 866 Bytes
/
action.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
name: 'Hashnode Blog'
description: 'Pulls Your Latest Blog Post From Hasnode'
inputs:
TYPE:
description: "Set it to GIST if you are using this for a pinned gists"
default: "REPOSITORY"
required: false
BLOG_URL:
description: "Provide your custom blog url. or leave it empty to auto generate"
default: ""
required: false
FILE:
description: "Provide GIST ID if Type is Set To Gists or provide a valid file location"
default: "README.md"
required: false
USERNAME:
description: "Your Hashnode Username"
default: ""
required: true
STYLE:
description: "Provide Which Style You Need"
default: 'list'
required: false
COUNT:
description: "No of Latest Post To Show"
default: "6"
required: false
branding:
icon: 'book-open'
color: 'blue'
runs:
using: 'node16'
main: 'dist/index.js'