mirror of
https://git.mirrors.martin98.com/https://github.com/actions/setup-python
synced 2026-04-03 21:13:14 +08:00
Change warning handler to default
This commit is contained in:
@@ -56,7 +56,7 @@ function resolveVersionInput(): string {
|
||||
return version;
|
||||
}
|
||||
|
||||
logWarning(
|
||||
core.warning(
|
||||
"Neither 'python-version' nor 'python-version-file' inputs were supplied."
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user