Merge branch 'main' into v-dmshib/update-ncc

This commit is contained in:
Dmitry Shibanov 2022-04-26 16:51:57 +02:00
commit b2bc82350f
3 changed files with 58988 additions and 58039 deletions

52409
dist/cache-save/index.js vendored

File diff suppressed because one or more lines are too long

64248
dist/setup/index.js vendored

File diff suppressed because one or more lines are too long

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