forked from coscene-io/setup-cd-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
action.yml
37 lines (37 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
25
26
27
28
29
30
31
32
33
34
35
36
37
name: 'Setup CDI tools'
description: 'Set up a variety of tools for Continuous Delivery.'
author: 'khauri'
branding:
icon: 'download-cloud'
color: 'blue'
inputs:
jq:
description: 'The version of jq'
required: false
yq:
description: 'The version of yq'
required: false
kubectl:
description: 'The version of kubectl'
required: false
kustomize:
description: 'The version of kustomize'
required: false
skaffold:
description: 'The version of skaffold'
required: false
helm:
description: 'The version of helm'
required: false
hub:
description: 'The version of hub'
required: false
oras:
description: 'The version of oras'
required: false
custom:
description: 'Provide a YAML configuration for downloading and installing a custom tool'
required: false
runs:
using: 'node20'
main: 'dist/index.js'