Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions install/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,16 @@ runs:
using: node12
main: main.js
inputs:
directory:
description: |-
If present, the action will execute from this directory
required: false
tool_versions:
description:
description: |-
If present, this value will be written to the .tool-versions file.
required: false
before_install:
description:
description: |-
Bash script to run after plugins are installed but before `asdf install`.
eg, to install npm keyring
required: false
Expand Down
Loading