mirror of
				https://github.com/trympet/nextcloud-artifacts-action.git
				synced 2025-10-29 09:16:41 +01: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
											
										
									
								
							| @@ -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, | ||||
|         }); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Trym Lund Flogard
					Trym Lund Flogard