mirror of
https://code.forgejo.org/actions/setup-python
synced 2025-06-10 13:22:20 +02:00
Change warning handler to default
This commit is contained in:
parent
5fbb819407
commit
ccb7da8ae9
2 changed files with 2 additions and 2 deletions
|
@ -56,7 +56,7 @@ function resolveVersionInput(): string {
|
|||
return version;
|
||||
}
|
||||
|
||||
logWarning(
|
||||
core.warning(
|
||||
"Neither 'python-version' nor 'python-version-file' inputs were supplied."
|
||||
);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue