mirror of
https://github.com/actions/setup-python.git
synced 2026-07-28 00:47:47 +00:00
Improve warning message
Co-authored-by: Brian Cristante <[email protected]>
This commit is contained in:
co-authored by
Brian Cristante
parent
0b56b76337
commit
e31727ce0a
+1
-1
@@ -55,7 +55,7 @@ async function run() {
|
|||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
core.warning(
|
core.warning(
|
||||||
"Step input 'python-version' is not set, the OS native python version will be used"
|
"The `python-version` input is not set. The version of Python currently in `PATH` will be used."
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
const matchersPath = path.join(__dirname, '../..', '.github');
|
const matchersPath = path.join(__dirname, '../..', '.github');
|
||||||
|
|||||||
Reference in New Issue
Block a user