Fix conflicts (#389)

This commit is contained in:
Dmitry Shibanov
2022-04-26 16:50:29 +02:00
committed by GitHub
parent 4e6b5f40fc
commit c36dc43e7b
3 changed files with 56 additions and 31 deletions

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')}`);