mirror of
https://github.com/actions/setup-python
synced 2025-04-07 07:49:45 +00:00
Formatting
This commit is contained in:
@ -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');
|
||||
|
Reference in New Issue
Block a user