mirror of
https://github.com/actions/setup-python.git
synced 2025-12-10 22:55:20 +00:00
Update src/utils.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
7b8a9f9768
commit
a67c49f018
@ -360,7 +360,7 @@ export function getVersionInputFromPipfileFile(versionFile: string): string[] {
|
|||||||
}
|
}
|
||||||
|
|
||||||
core.info(`Extracted ${versions} from ${versionFile}`);
|
core.info(`Extracted ${versions} from ${versionFile}`);
|
||||||
return [extractValue(pipfileConfig, keys)] as string[];
|
return versions;
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user