mirror of
https://github.com/actions/setup-python
synced 2025-04-05 23:09:44 +00:00
Fix poetry version (#445)
This commit is contained in:
@ -136,3 +136,8 @@ export async function getLinuxOSReleaseInfo() {
|
||||
|
||||
return `${osVersion}-${osRelease}`;
|
||||
}
|
||||
|
||||
export function logWarning(message: string): void {
|
||||
const warningPrefix = '[warning]';
|
||||
core.info(`${warningPrefix}${message}`);
|
||||
}
|
||||
|
Reference in New Issue
Block a user