rebuild code

This commit is contained in:
Dmitry Shibanov 2022-04-26 16:25:49 +02:00
parent 2f69f2f015
commit e698af84e3

3
dist/setup/index.js vendored
View file

@ -6112,9 +6112,6 @@ function run() {
yield 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')}`);
}