mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-12 17:10:05 +00:00
args
This commit is contained in:
parent
79bc42cc5a
commit
a3fb32f507
2 changed files with 2 additions and 2 deletions
|
|
@ -27,7 +27,7 @@ try {
|
|||
err ? `: ${err}` : '',
|
||||
);
|
||||
}
|
||||
fs.writeFileSync(res.body, filename);
|
||||
fs.writeFileSync(filename, body);
|
||||
fs.chmodSync(filename, '777');
|
||||
if (fs.existsSync(filename)) {
|
||||
console.log('file exists');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue