mirror of
https://github.com/trympet/nextcloud-artifacts-action.git
synced 2025-04-28 13:46:09 +02:00
test
This commit is contained in:
parent
e8b44e8c3b
commit
438fd898e1
848
dist/index.js
vendored
848
dist/index.js
vendored
File diff suppressed because it is too large
Load Diff
@ -145,7 +145,7 @@ export class NextcloudClient {
|
|||||||
body: stream,
|
body: stream,
|
||||||
headers: this.headers
|
headers: this.headers
|
||||||
});
|
});
|
||||||
core.debug(await res.json())
|
core.debug(await res.text())
|
||||||
|
|
||||||
return filePath;
|
return filePath;
|
||||||
}
|
}
|
||||||
@ -165,6 +165,6 @@ export class NextcloudClient {
|
|||||||
body: JSON.stringify(body),
|
body: JSON.stringify(body),
|
||||||
});
|
});
|
||||||
|
|
||||||
core.debug(await res.json())
|
core.debug(await res.text())
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
x
Reference in New Issue
Block a user