Formatting

This commit is contained in:
Sergey Dolin 2022-05-04 12:55:36 +05:00
parent e31727ce0a
commit 8f73c1495f
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("Step input 'python-version' is not set, the OS native python version will be used");
core.warning('The `python-version` input is not set. The version of Python currently in `PATH` 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(
"The `python-version` input is not set. The version of Python currently in `PATH` 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');