1
0
Fork 0
mirror of https://github.com/actions/setup-python.git synced 2024-11-22 14:48:36 +00:00

Improve warning message

Co-authored-by: Brian Cristante <33549821+brcrista@users.noreply.github.com>
This commit is contained in:
Sergey Dolin 2022-05-04 12:43:58 +05:00 committed by GitHub
parent 0b56b76337
commit e31727ce0a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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');