mirror of
https://gitea.com/actions/setup-python.git
synced 2025-09-18 09:38:25 +08: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