mirror of
https://gitcode.com/gh_mirrors/se/setup-python.git
synced 2026-07-02 10:25:13 +00:00
Change warning handler to default
This commit is contained in:
Vendored
+1
-1
@@ -65283,7 +65283,7 @@ function resolveVersionInput() {
|
||||
core.info(`Resolved ${versionFile} as ${version}`);
|
||||
return version;
|
||||
}
|
||||
logWarning("Neither 'python-version' nor 'python-version-file' inputs were supplied.");
|
||||
core.warning("Neither 'python-version' nor 'python-version-file' inputs were supplied.");
|
||||
return version;
|
||||
}
|
||||
function run() {
|
||||
|
||||
Reference in New Issue
Block a user