mirror of
https://gitcode.com/gh_mirrors/se/setup-uv.git
synced 2026-07-03 10:37:35 +00:00
Add input python-version (#174)
This commit is contained in:
committed by
GitHub
parent
420915557e
commit
ee4fa33003
@@ -2,6 +2,7 @@ import * as core from "@actions/core";
|
||||
import path from "node:path";
|
||||
|
||||
export const version = core.getInput("version");
|
||||
export const pythonVersion = core.getInput("python-version");
|
||||
export const checkSum = core.getInput("checksum");
|
||||
export const enableCache = core.getInput("enable-cache") === "true";
|
||||
export const cacheSuffix = core.getInput("cache-suffix") || "";
|
||||
|
||||
Reference in New Issue
Block a user