Files
werf-actions/install/action.yml
Alexey Igrychev ed5a3d1e9b chore: update install action description
Signed-off-by: Alexey Igrychev <alexey.igrychev@flant.com>
2022-07-06 15:39:16 +01:00

22 lines
458 B
YAML

name: Install werf CLI
author: 'Flant'
description: 'Install werf CLI'
branding:
color: blue
icon: anchor
inputs:
channel:
description: 'The one of the following channel: alpha, beta, ea, stable, rock-solid'
default: 'alpha'
required: false
version:
description: 'The certain version'
required: false
verbose:
description: 'The verbose output'
default: '0'
required: false
runs:
using: 'node12'
main: 'index.js'