mirror of
https://github.com/actions/setup-python
synced 2025-04-06 15:29:43 +00:00
Formatting
This commit is contained in:
2
dist/setup/index.js
vendored
2
dist/setup/index.js
vendored
@ -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')}`);
|
||||
|
Reference in New Issue
Block a user