remove throwing error

This commit is contained in:
Dmitry Shibanov 2022-04-26 16:24:57 +02:00
parent e92ad8d45b
commit 2f69f2f015

View file

@ -53,8 +53,6 @@ async function run() {
if (cache && isCacheFeatureAvailable()) {
await cacheDependencies(cache, pythonVersion);
}
} else {
throw new Error("there's empty python-version input");
}
const matchersPath = path.join(__dirname, '../..', '.github');
core.info(`##[add-matcher]${path.join(matchersPath, 'python.json')}`);