mirror of
https://github.com/actions/setup-python.git
synced 2025-06-28 05:33:47 +00:00
Fix poetry version (#445)
This commit is contained in:
parent
592a7a7a45
commit
49a521fa06
7 changed files with 80 additions and 19 deletions
|
@ -136,3 +136,8 @@ export async function getLinuxOSReleaseInfo() {
|
|||
|
||||
return `${osVersion}-${osRelease}`;
|
||||
}
|
||||
|
||||
export function logWarning(message: string): void {
|
||||
const warningPrefix = '[warning]';
|
||||
core.info(`${warningPrefix}${message}`);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue