mirror of
https://github.com/actions/setup-python.git
synced 2025-04-24 23:42:13 +00:00
rebuild dist
This commit is contained in:
parent
6d2bd348b9
commit
a92794c4ff
1 changed files with 1 additions and 1 deletions
2
dist/setup/index.js
vendored
2
dist/setup/index.js
vendored
|
@ -63920,7 +63920,7 @@ class PoetryCache extends cache_distributor_1.default {
|
||||||
const lines = stdout.trim().split('\n');
|
const lines = stdout.trim().split('\n');
|
||||||
const config = {};
|
const config = {};
|
||||||
for (let line of lines) {
|
for (let line of lines) {
|
||||||
line = line.replace(/#.*$/, '');
|
line = line.replace(/#.*$/gm, '');
|
||||||
const [key, value] = line.split('=').map(part => part.trim());
|
const [key, value] = line.split('=').map(part => part.trim());
|
||||||
config[key] = JSON.parse(value);
|
config[key] = JSON.parse(value);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue