forked from asdf-vm/actions
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathaction.yml
More file actions
28 lines (28 loc) · 776 Bytes
/
action.yml
File metadata and controls
28 lines (28 loc) · 776 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
name: asdf install
description: Install your versioned tools with asdf
author: Victor Borja <vborja@apache.org>
runs:
using: node20
main: main.js
inputs:
tool_versions:
description: |-
If present, this value will be written to the .tool-versions file.
required: false
before_install:
description: |-
Bash script to run after plugins are installed but before `asdf install`.
eg, to install npm keyring
required: false
directory:
description: |-
If present, the action will execute from this subdirectory
required: false
asdf_branch:
description: asdf branch to clone
required: false
default: master
skip_install:
description: setup env without installing asdf
required: false
default: false