Add generated files

This commit is contained in:
Sergey Dolin 2022-04-29 09:29:36 +05:00
parent ac4e858835
commit 22daa094b8

3
dist/setup/index.js vendored
View File

@ -6112,6 +6112,9 @@ function run() {
yield cacheDependencies(cache, pythonVersion);
}
}
else {
core.warning('python-version is empty, the OS native python will be used');
}
const matchersPath = path.join(__dirname, '../..', '.github');
core.info(`##[add-matcher]${path.join(matchersPath, 'python.json')}`);
}