Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

support asdf install in subdirectories #326

Closed
wants to merge 5 commits into from
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