-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
35 lines (29 loc) · 808 Bytes
/
action.yml
File metadata and controls
35 lines (29 loc) · 808 Bytes
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
name: 'Component Nomad Job File Parser'
description: 'Parses Nomad job files from MFDLABS Components v4'
author: 'MFDLABS'
# Add your action's branding here. This will appear on the GitHub Marketplace.
branding:
icon: arrow-up
color: gray-dark
# Define your inputs here.
inputs:
components:
description: 'The list of paths to the components'
required: true
datacenters:
description: 'The list of data centers'
required: false
default: '*'
resources:
description:
'The map of components to resources, only needed if components use the env
vars'
required: false
default: ''
# Define your outputs here.
outputs:
nomad-files:
description: 'Key value pairs of the component name and the nomad job file'
runs:
using: node20
main: dist/index.js