Files
werf-actions/install/action.yml
Aleksei Igrychev 0980fb9532 feat: use Node.js v20
Signed-off-by: Aleksei Igrychev <aleksei.igrychev@palark.com>
2024-02-14 15:30:21 +00: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: 'node20'
main: 'index.js'