mirror of
https://github.com/actions/setup-python.git
synced 2026-01-22 06:28:55 +08:00
fix comments
This commit is contained in:
parent
0021e2d68e
commit
0572342a8a
4 changed files with 20 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