chore: refactor codebase for improved consistency and performance
- Change the username from `${{ secrets.USERNAME }}` to `linuxserver.io`
- Update the output from `***` to `linuxserver.io`
Signed-off-by: appleboy <appleboy.tw@gmail.com>
			
			
This commit is contained in:
		
							parent
							
								
									25259c3d50
								
							
						
					
					
						commit
						176437b548
					
				@ -71,7 +71,7 @@ jobs:
 | 
			
		||||
      uses: appleboy/ssh-action@v1.1.0
 | 
			
		||||
      with:
 | 
			
		||||
        host: ${{ secrets.HOST }}
 | 
			
		||||
        username: ${{ secrets.USERNAME }}
 | 
			
		||||
        username: linuxserver.io
 | 
			
		||||
        password: ${{ secrets.PASSWORD }}
 | 
			
		||||
        port: ${{ secrets.PORT }}
 | 
			
		||||
        script: whoami
 | 
			
		||||
@ -83,7 +83,7 @@ output:
 | 
			
		||||
======CMD======
 | 
			
		||||
whoami
 | 
			
		||||
======END======
 | 
			
		||||
out: ***
 | 
			
		||||
linuxserver.io
 | 
			
		||||
===============================================
 | 
			
		||||
✅ Successfully executed commands to all hosts.
 | 
			
		||||
===============================================
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user