feat: support custom github url (#414)

Fix #344
This commit is contained in:
Zoupers Zou
2025-05-21 01:36:07 +08:00
committed by GitHub
parent 71bb8825e4
commit 0e0f4bfefa
6 changed files with 26 additions and 6 deletions

View File

@@ -18,6 +18,10 @@ inputs:
checksum:
description: "The checksum of the uv version to install"
required: false
server-url:
description: "The server url to use when downloading uv"
required: false
default: "https://github.com"
github-token:
description:
"Used to increase the rate limit when retrieving versions and downloading uv."