This commit is contained in:
Trym Lund Flogard 2021-06-02 17:06:14 +02:00
parent e8b44e8c3b
commit 438fd898e1
2 changed files with 426 additions and 426 deletions

848
dist/index.js vendored

File diff suppressed because it is too large Load Diff

View File

@ -145,7 +145,7 @@ export class NextcloudClient {
body: stream,
headers: this.headers
});
core.debug(await res.json())
core.debug(await res.text())
return filePath;
}
@ -165,6 +165,6 @@ export class NextcloudClient {
body: JSON.stringify(body),
});
core.debug(await res.json())
core.debug(await res.text())
}
}