-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaction.yml
41 lines (41 loc) · 970 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
37
38
39
40
41
name: "Modpack Utils"
description: "Modpack Utils"
inputs:
action:
description: "The action to perform"
required: true
api:
description: "The remote url of the web api"
required: false
default: "https://packs.somethingcatchy.net/api"
web_token:
description: "The web api token"
required: false
github_token:
description: "The github token"
required: false
dropbox_token:
description: "The dropbox access token"
required: false
dropbox_path:
description: "The dropbox path"
required: false
default: ""
pack_name:
description: "Pack name"
required: false
pack_version:
description: "Pack name"
required: false
curseforge_token:
description: "The curseforge access token"
required: false
curseforge_project:
description: "The curseforge project ID"
required: false
runs:
using: "node16"
main: dist/index.js
branding:
color: "purple"
icon: "arrow-up-circle"