mirror of
https://github.com/actions/setup-python
synced 2025-04-05 14:59:42 +00: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