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

feat: Support asdf install in subdirectories #584

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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 @@ -6,14 +6,18 @@ runs:
main: main.js
inputs:
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
directory:
description: |-
If present, the action will execute from this subdirectory
required: false
asdf_branch:
description: asdf branch to clone
required: false
Expand Down
Loading
Loading