-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathaction.yml
More file actions
34 lines (34 loc) · 795 Bytes
/
action.yml
File metadata and controls
34 lines (34 loc) · 795 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
name: gundeck
description: runs a rundeck job using gundeck
author: Benjamin Nørgaard
inputs:
ca-cert:
description: MTLS ca cert
required: true
client-cert:
description: MTLS client cert
required: true
client-key:
description: MTLS client key
required: true
host:
description: Rundeck host
required: true
job:
description: Rundeck job
required: true
options:
description: Rundeck job options eg `-stackname somestack`
required: false
project:
description: Rundeck project
required: true
token:
description: Rundeck access token
required: true
docker-image:
description: dockerimage used to run rundeck
default: public.ecr.aws/tradeshift/gundeck-action:latest
runs:
using: node16
main: dist/index.js