mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-12 17:10:05 +00:00
log body
This commit is contained in:
parent
1c3c14b66e
commit
0ef06c1065
3 changed files with 2 additions and 2 deletions
|
|
@ -21,6 +21,7 @@ try {
|
|||
return;
|
||||
}
|
||||
|
||||
console.log(body);
|
||||
fs.writeFileSync(filename, body);
|
||||
fs.chmodSync(filename, '777');
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue