mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-07-02 10:29:31 +00:00
feat: add download-from-astral-mirror input
Add a new boolean input (default: true) that controls whether uv is downloaded from the Astral mirror or directly from GitHub Releases. When set to false, the mirror rewrite is skipped entirely.
This commit is contained in:
parent
ddb93f091f
commit
4fa8fca033
10 changed files with 66 additions and 4 deletions
|
|
@ -80,6 +80,9 @@ inputs:
|
|||
manifest-file:
|
||||
description: "URL to a custom manifest file in the astral-sh/versions format."
|
||||
required: false
|
||||
download-from-astral-mirror:
|
||||
description: "Download uv from the Astral mirror instead of directly from GitHub Releases."
|
||||
default: "true"
|
||||
add-problem-matchers:
|
||||
description: "Add problem matchers."
|
||||
default: "true"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue