1
0
Fork 0
mirror of https://github.com/actions/setup-python.git synced 2024-09-19 16:46:43 +00:00

Improve wording

This commit is contained in:
Sergey Dolin 2022-04-29 12:49:49 +05:00
parent 22daa094b8
commit 0b56b76337
2 changed files with 2 additions and 2 deletions

2
dist/setup/index.js vendored
View file

@ -6113,7 +6113,7 @@ function run() {
}
}
else {
core.warning('python-version is empty, the OS native python will be used');
core.warning("Step input 'python-version' is not set, the OS native python version will be used");
}
const matchersPath = path.join(__dirname, '../..', '.github');
core.info(`##[add-matcher]${path.join(matchersPath, 'python.json')}`);

View file

@ -55,7 +55,7 @@ async function run() {
}
} else {
core.warning(
'python-version is empty, the OS native python will be used'
"Step input 'python-version' is not set, the OS native python version will be used"
);
}
const matchersPath = path.join(__dirname, '../..', '.github');