mirror of
https://github.com/trympet/nextcloud-artifacts-action.git
synced 2025-07-13 05:35:38 +02:00
test
This commit is contained in:
@ -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())
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user