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 custom paths for .tool-versions #586

Open
DimitriosNaikopoulos opened this issue Oct 1, 2024 · 0 comments
Open

Support custom paths for .tool-versions #586

DimitriosNaikopoulos opened this issue Oct 1, 2024 · 0 comments

Comments

@DimitriosNaikopoulos
Copy link

DimitriosNaikopoulos commented Oct 1, 2024

What do you think about supporting a GHA option to use a different file than the default .tool-versions ?

Example:

...
steps:
  - uses: action/checkout@v4
  - uses: asdf-vm/actions/install@v2
     with:
        tool-versions-path: ./my/custom/path/.tool-versions 

or

...
steps:
  - uses: action/checkout@v4
  - uses: asdf-vm/actions/install@v2
     with:
        tool-versions-path: ./.tool-versions.ci

This will allow users to manage tools differently in CI to avoid installing unnecessary development dependencies that someone may only need on their local machine.

Do you think that could be possible?

Thanks 😄

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant