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

Expand ~ tilde in input paths #159

Closed
fynnsu opened this issue Nov 21, 2024 · 0 comments · Fixed by #160
Closed

Expand ~ tilde in input paths #159

fynnsu opened this issue Nov 21, 2024 · 0 comments · Fixed by #160

Comments

@fynnsu
Copy link

fynnsu commented Nov 21, 2024

As discussed in astral-sh/uv#9326 currently

- name: Install uv
  uses: astral-sh/setup-uv@v3
  with:
    cache-local-path: ~/.uv_cache

does not expand the ~ to /home/username and instead results in a '~' folder being created in the working directory.

Instead it would be nice if the ~ was expanded for this path as well as the other path inputs tool-dir and tool-bin-dir.

There is precedent for this in other github actions:

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 a pull request may close this issue.

1 participant