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: optionally skip install during setup #467

Closed
wants to merge 1 commit into from

Conversation

aeddi
Copy link
Contributor

@aeddi aeddi commented Jul 27, 2022

If we run this action on a self-hosted runner, It fails because asdf has already been installed on this machine.
It's git that can't clone the repository to be precise: fatal: destination path '.asdf' already exists and is not an empty directory.

This PR adds the possibility to skip the installation of asdf using the skip_install boolean input which allows to setup the env correctly (PATH, etc.) without failing at the time of the git clone.

Signed-off-by: aeddi antoine.e.b@gmail.com

Signed-off-by: aeddi <antoine.e.b@gmail.com>
@mnichols
Copy link

Yes please! 👍

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

Successfully merging this pull request may close these issues.

2 participants