forked from llun/feeds
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
29 lines (29 loc) · 684 Bytes
/
action.yml
File metadata and controls
29 lines (29 loc) · 684 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
name: 'FeedsFetcher'
description: 'Fetch websites feed and build static feeds aggregator'
branding:
icon: archive
color: yellow
inputs:
opmlFile:
description: >
OPML file with list of feeds and category
default: 'feeds.opml'
storageType:
description: >
Feed storage type, database or files
default: 'database'
branch:
description: >
Output branch
default: 'contents'
token:
description: >
Github token for pulling repository information
default: ${{ github.token }}
customDomain:
description: >
Enable custom domain name for the site generator
default: ''
runs:
using: 'node16'
main: 'action.js'