mirror of
https://github.com/trympet/nextcloud-artifacts-action.git
synced 2025-09-13 13:45:27 +02:00
test
This commit is contained in:
1428
dist/index.js
vendored
1428
dist/index.js
vendored
File diff suppressed because it is too large
Load Diff
@@ -30,7 +30,6 @@ export class NextcloudClient {
|
|||||||
this.guid = uuidv4();
|
this.guid = uuidv4();
|
||||||
this.headers = { 'Authorization': 'Basic ' + btoa(`${Inputs.Username}:${Inputs.Password}`) };
|
this.headers = { 'Authorization': 'Basic ' + btoa(`${Inputs.Username}:${Inputs.Password}`) };
|
||||||
this.davClient = webdav.createClient(this.endpoint, {
|
this.davClient = webdav.createClient(this.endpoint, {
|
||||||
authType: AuthType.Digest,
|
|
||||||
username: Inputs.Username,
|
username: Inputs.Username,
|
||||||
password: Inputs.Password
|
password: Inputs.Password
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user