mirror of
https://github.com/actions/setup-python.git
synced 2025-06-27 21:23:48 +00:00
Formatting
This commit is contained in:
parent
e31727ce0a
commit
8f73c1495f
2 changed files with 2 additions and 2 deletions
|
@ -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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue