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:
@ -30,7 +30,6 @@ export class NextcloudClient {
|
||||
this.guid = uuidv4();
|
||||
this.headers = { 'Authorization': 'Basic ' + btoa(`${Inputs.Username}:${Inputs.Password}`) };
|
||||
this.davClient = webdav.createClient(this.endpoint, {
|
||||
authType: AuthType.Digest,
|
||||
username: Inputs.Username,
|
||||
password: Inputs.Password
|
||||
});
|
||||
|
Reference in New Issue
Block a user