mirror of
https://github.com/actions/setup-python.git
synced 2025-08-26 18:54:19 +00:00
Tweak
This commit is contained in:
parent
35853705fb
commit
7c49ba0e44
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.');
|
core.warning('The `python-version` input is not set. The version of Python currently in `PATH` will be used.');
|
||||||
}
|
}
|
||||||
else {
|
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');
|
const matchersPath = path.join(__dirname, '../..', '.github');
|
||||||
|
@ -154,7 +154,7 @@ async function run() {
|
|||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
throw new Error(
|
throw new Error(
|
||||||
`The python-version input is required.`
|
'The `python-version` input is required.'
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user