mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 15:32:13 +00:00
Tweak
This commit is contained in:
parent
35853705fb
commit
7c49ba0e44
2 changed files with 2 additions and 2 deletions
2
dist/setup/index.js
vendored
2
dist/setup/index.js
vendored
|
@ -97735,7 +97735,7 @@ function run() {
|
|||
core.warning('The `python-version` input is not set. The version of Python currently in `PATH` will be used.');
|
||||
}
|
||||
else {
|
||||
throw new Error(`The python-version input is required.`);
|
||||
throw new Error('The `python-version` input is required.');
|
||||
}
|
||||
}
|
||||
const matchersPath = path.join(__dirname, '../..', '.github');
|
||||
|
|
|
@ -154,7 +154,7 @@ async function run() {
|
|||
);
|
||||
} else {
|
||||
throw new Error(
|
||||
`The python-version input is required.`
|
||||
'The `python-version` input is required.'
|
||||
);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue