mirror of
https://github.com/actions/setup-python.git
synced 2026-01-20 21:08:54 +08:00
Merge branch 'main' into v-dmshib/fix-poetry-version
This commit is contained in:
commit
b313c4cb46
13 changed files with 58120 additions and 58992 deletions
|
|
@ -74,7 +74,7 @@ class PoetryCache extends CacheDistributor {
|
|||
const config: any = {};
|
||||
|
||||
for (let line of lines) {
|
||||
line = line.replace(/#.*$/, '');
|
||||
line = line.replace(/#.*$/gm, '');
|
||||
|
||||
const [key, value] = line.split('=').map(part => part.trim());
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue