5
0
mirror of https://github.com/astral-sh/setup-uv.git synced 2025-12-23 11:01:03 +00:00

Remove deprecated input server-url (#607)

This commit is contained in:
Kevin Stillhammer
2025-10-03 19:48:56 +02:00
committed by GitHub
parent 59a0868fea
commit d9ee7e2f26
6 changed files with 15 additions and 48 deletions

View File

@@ -20,7 +20,6 @@ export const ignoreEmptyWorkdir =
core.getInput("ignore-empty-workdir") === "true";
export const toolBinDir = getToolBinDir();
export const toolDir = getToolDir();
export const serverUrl = core.getInput("server-url");
export const githubToken = core.getInput("github-token");
export const manifestFile = getManifestFile();
export const addProblemMatchers =