mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-13 09:30:05 +00:00
fix: dont pipe
This commit is contained in:
parent
25aebea8e6
commit
b20621fdee
3 changed files with 1 additions and 3 deletions
|
|
@ -34,7 +34,6 @@ try {
|
|||
} else {
|
||||
core.info('IT DOESNT EXIST open');
|
||||
}
|
||||
res.pipe(filePath);
|
||||
if (fs.existsSync(filename)) {
|
||||
core.info('IT EXISTS pipe');
|
||||
} else {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue