-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
action.yml
50 lines (44 loc) · 1.78 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
44
45
46
47
48
49
50
name: CKAN Metadata Tester
description: Inflates netkans and validates ckans
author:
- techman83
- HebaruSan
inputs:
log level:
description: |-
How verbose to be:
debug - Print everything, including low level stuff
info - Print basic progress messages (default)
warn - Only print when there might be a problem
error - Only print when there's definitely a problem
critical - Only print when it's game over, man
required: false
default: info
game:
description: |-
Short name of the game to be used for inflation, either KSP or KSP2
required: false
default: KSP
source:
description: |-
What to test:
netkans - Test all .netkan files in repo, intended for meta-netkans in mod repos (default)
commits - Test .netkan and/or .ckan files modified by the commits between master and HEAD, intended for NetKAN and CKAN-meta repos
required: false
default: netkans
pull request url:
description: >-
The API URL of the pull request associated with these changes.
Used to extract game version compatibility overrides from the body a la:
`ckan compat add 1.8 1.9`
If the body contains #overwrite_cache, cached files will be re-downloaded.
required: false
diff meta root:
description: >-
Path to location of local clone of CKAN-meta repo. If passed, each inflated .ckan
file will be diffed against the .ckan file with matching identifier and version
in the repo. Intended for NetKAN repo and mod meta-netkans.
required: false
runs:
using: docker
image: docker://kspckan/metadata