mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-04-09 11:54:18 +00:00
parent
c893ac1cb2
commit
b75ff7d7b8
13 changed files with 369 additions and 136 deletions
|
|
@ -3,6 +3,7 @@ import path from "node:path";
|
|||
import { getManifestFromRepo } from "@actions/tool-cache";
|
||||
|
||||
export const version = core.getInput("version");
|
||||
export const versionFile = core.getInput("version-file");
|
||||
export const pythonVersion = core.getInput("python-version");
|
||||
export const activateEnvironment = core.getBooleanInput("activate-environment");
|
||||
export const workingDirectory = core.getInput("working-directory");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue