-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathaction.yml
24 lines (24 loc) · 887 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
name: 'Setup Eclipse Che'
description: 'Install and start minikube and Eclipse Che on Github Runner'
runs:
using: 'node12'
main: 'lib/index.js'
inputs:
plugin-registry-image:
description: 'Specify the image to use for the plug-in registry. Format: image:tag'
required: false
devfile-registry-image:
description: 'Specify the image to use for the devfile registry. Format: image:tag'
required: false
che-server-image:
description: 'Specify the image to use for the che server. Format: image:tag'
required: false
skip-chectl-install:
description: 'Skip chectl install step if set to true. In this case, chectl needs to be available in the PATH'
required: false
chectl-channel:
description: 'Channel to use for chectl. Default is next'
required: false
outputs:
che-url:
description: 'URL of the che-server started by this action'