-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaction.yml
30 lines (27 loc) · 821 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
name: 'Discord Guardian Action'
description: 'Fetches the list of malicious domains on Discord in different providers and creates/updates a JSON file with them'
author: Dalton Menezes <daltonmenezes@outlook.com>
branding:
icon: 'shield'
color: 'green'
inputs:
name:
description: 'Author name to be commited'
required: true
email:
description: 'Author email to be commited'
required: true
directory:
description: 'Directory to save the domain list'
required: false
default: '.'
fileName:
description: 'Name of the output JSON file containing the domain list'
required: false
default: 'domains'
myDomainList:
description: 'Path to a JSON array list of domains to be joined in the domains.json'
required: false
runs:
using: 'node16'
main: 'dist/index.js'