mirror of
https://github.com/trympet/nextcloud-artifacts-action.git
synced 2025-05-05 16:36:09 +02:00
test
This commit is contained in:
parent
80a86a24ab
commit
cb9c817940
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.headers = { 'Authorization': 'Basic ' + btoa(`${Inputs.Username}:${Inputs.Password}`) };
|
||||
this.davClient = webdav.createClient(this.endpoint, {
|
||||
authType: AuthType.Digest,
|
||||
username: Inputs.Username,
|
||||
password: Inputs.Password
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user