mirror of
https://github.com/actions/setup-python.git
synced 2025-07-18 06:48:20 +02:00
Update src/utils.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
parent
7b8a9f9768
commit
a67c49f018
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue