mirror of
https://github.com/trympet/nextcloud-artifacts-action.git
synced 2025-10-30 01:36:41 +01:00
test
This commit is contained in:
768
dist/index.js
vendored
768
dist/index.js
vendored
File diff suppressed because it is too large
Load Diff
@@ -24,7 +24,7 @@ export class NextcloudClient {
|
|||||||
private endpoint: string,
|
private endpoint: string,
|
||||||
private artifact: string,
|
private artifact: string,
|
||||||
private rootDirectory: string) {
|
private rootDirectory: string) {
|
||||||
this.guid = crypto.randomUUID();
|
this.guid = crypto.randomUUID({ disableEntropyCache: false });
|
||||||
this.headers = {'Authorization': 'Basic ' + btoa(`${Inputs.Username}:${Inputs.Password}`)};
|
this.headers = {'Authorization': 'Basic ' + btoa(`${Inputs.Username}:${Inputs.Password}`)};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user