-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaction.yml
31 lines (28 loc) · 866 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
name: VDF Patch Validator
description: Checks Daedalus script symbols and resource file names in a Gothic VDF patch for validity
branding:
icon: check
color: yellow
inputs:
patchName:
description: >
Identifier of the patch, i.e. name of the VDF.
Defaults to the repository name
required: false
rootPath:
description: >
Root path of the patch, i.e. the directory containing the Ninja directory and .validator.yml.
Defaults to the repository root
required: false
token:
description: >
Github authentication token for authoring checks.
Defaults to the github-actions bot
default: ${{ github.token }}
cleanup-token:
description: >
This input is for clean up actions and should always be left at its default.
default: ${{ github.token }}
runs:
using: node20
main: dist/index.js