-
Notifications
You must be signed in to change notification settings - Fork 0
/
action.yaml
48 lines (46 loc) · 1.23 KB
/
action.yaml
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
37
38
39
40
41
42
43
44
45
46
47
48
name: "AutoGen OG Image"
description: "Highly customizable OG Image generator for your website(specifically for minimal-mistake)."
author: "ambersun1234"
inputs:
input_dir:
description: "The directory where the input files are located."
required: true
output_dir:
description: "The directory where the output files should go."
required: true
force_regenerate:
description: "Force generate the OG Image."
required: false
author:
description: "The author name of the website."
required: false
avatar:
description: "The avatar of the author."
required: false
width:
description: "The width of the OG Image."
required: false
header_color:
description: "The color of the header."
required: false
header_size:
description: "The size of the header."
required: false
description_color:
description: "The color of the description."
required: false
description_size:
description: "The size of the description."
required: false
footer_color:
description: "The color of the footer."
required: false
footer_size:
description: "The size of the footer."
required: false
runs:
using: "node16"
main: "dist/main.js"
branding:
icon: command
color: blue