feat: added use-mirror parameter

This commit is contained in:
Joe Crowley 2026-04-08 17:18:04 +08:00
parent 7b222e12b6
commit c4b2130c2c
9 changed files with 57 additions and 3 deletions

2
dist/save-cache/index.cjs generated vendored
View file

@ -62985,6 +62985,7 @@ function loadInputs() {
const manifestFile = getManifestFile();
const addProblemMatchers = getInput("add-problem-matchers") === "true";
const resolutionStrategy = getResolutionStrategy();
const useMirror = getInput("use-mirror") === "true";
return {
activateEnvironment,
addProblemMatchers,
@ -63006,6 +63007,7 @@ function loadInputs() {
saveCache: saveCache4,
toolBinDir,
toolDir,
useMirror,
venvPath,
version: version3,
versionFile,