mirror of
https://github.com/actions/setup-python.git
synced 2025-06-17 17:57:14 +02: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