-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaction.yml
43 lines (43 loc) · 1.36 KB
/
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
42
43
name: 'jMonkeyEngine Library'
description: 'Publish to jMonkeyEngine Library'
inputs:
data:
description: 'JSON file containing entry data'
required: false
media-data-array:
description: 'JSON file containing an array of media data'
required: false
userId:
description: 'Library userId'
required: true
authId:
description: 'Library authId'
required: true
authKey:
description: 'Library authKey'
required: true
entryId:
description: 'ID of the entry (optional, by default the repo name is used)'
required: false
funding:
description: 'Enable funding for this entry'
required: false
platforms:
description: 'CSV List of supported platforms. Valid platforms are: MOBILE_ANDROID, DESKTOP_WINDOWS, DESKTOP_LINUX, DESKTOP_MACOS, VR_WINDOWS, VR_LINUX, VR_MACOS'
required: false
importMedia:
description: 'If true, replaces entry media with the ones fetched from the github repo. (default = true)'
required: false
token:
description: "Library token"
required: true
fetch-repo:
description: 'Repo to fetch. Use "current" to specify the repo that launches the action'
required: false
default: "current"
ref:
description: 'Specify the ref to fetch. Default: default branch or current tag'
required: false
runs:
using: 'node16'
main: 'dist/index.js'