8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b56b76 commit e31727cCopy full SHA for e31727c
src/setup-python.ts
@@ -55,7 +55,7 @@ async function run() {
55
}
56
} else {
57
core.warning(
58
- "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."
59
);
60
61
const matchersPath = path.join(__dirname, '../..', '.github');
0 commit comments