1
0
Fork 0
mirror of https://code.forgejo.org/actions/setup-python synced 2025-06-11 05:42:21 +02:00

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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')}`);