mirror of
https://github.com/codecov/codecov-action.git
synced 2026-04-12 17:10:05 +00:00
body
This commit is contained in:
parent
0fb24bc4bd
commit
ad3ef6ca1b
2 changed files with 4 additions and 2 deletions
|
|
@ -17,8 +17,9 @@ try {
|
|||
`${err.message}`,
|
||||
);
|
||||
}
|
||||
console.log(res.body);
|
||||
const filename = __dirname + '/uploader';
|
||||
fs.writeFile(filename, res, (err) => {
|
||||
fs.writeFile(filename, res.body, (err) => {
|
||||
console.log('Did it');
|
||||
if (err) {
|
||||
core.setFailed(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue