mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-07-03 19:09:30 +00:00
feat: add download-from-astral-mirror input (#897)
## Summary Add a new boolean input `download-from-astral-mirror` (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 and the download goes straight to GitHub Releases. Closes: #870
This commit is contained in:
parent
80cc27528e
commit
b9c8c4c7ba
10 changed files with 66 additions and 4 deletions
|
|
@ -154,6 +154,7 @@ async function setupUv(
|
|||
inputs.checksum,
|
||||
inputs.githubToken,
|
||||
inputs.manifestFile,
|
||||
inputs.downloadFromAstralMirror,
|
||||
);
|
||||
|
||||
return {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue