You've already forked setup-python
mirror of
https://github.com/actions/setup-python.git
synced 2025-07-05 22:53:15 +07: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