-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
31 lines (24 loc) · 704 Bytes
/
Copy pathaction.yml
File metadata and controls
31 lines (24 loc) · 704 Bytes
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
name: Hashnode Github Sync
description: Establish a two way sync between your Github repo and Hashnode Blog
author: Ammar Mirza
branding:
icon: 'link'
color: 'blue'
runs:
using: 'node20'
main: 'dist/index.js'
inputs:
hashnode_event:
description: The event responsible for triggering action
hashnode_host:
description: Publication host where blogs will be published
required: true
hashnode_token:
description: Hashnode Secret Token
required: true
added_files:
description: The files which have been added
modified_files:
description: The files which have been modified
deleted_files:
description: The files which have been deleted