mirror of
https://github.com/trympet/nextcloud-artifacts-action.git
synced 2025-04-24 20:16:08 +02:00
test
This commit is contained in:
parent
f5a8d5a548
commit
ae39220a7a
1428
dist/index.js
vendored
1428
dist/index.js
vendored
File diff suppressed because it is too large
Load Diff
@ -29,7 +29,7 @@ export class NextcloudClient {
|
||||
private rootDirectory: string) {
|
||||
this.guid = uuidv4();
|
||||
this.headers = { 'Authorization': 'Basic ' + btoa(`${Inputs.Username}:${Inputs.Password}`) };
|
||||
this.davClient = webdav.createClient(`${this.endpoint}/remote.php/dav`, {
|
||||
this.davClient = webdav.createClient(`${this.endpoint}/remote.php/dav/files/${Inputs.Username}`, {
|
||||
username: Inputs.Username,
|
||||
password: Inputs.Password,
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user