mirror of
				https://github.com/appleboy/ssh-action.git
				synced 2025-10-31 16:23:52 +00:00 
			
		
		
		
	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 |       uses: appleboy/ssh-action@v1.1.0 | ||||||
|       with: |       with: | ||||||
|         host: ${{ secrets.HOST }} |         host: ${{ secrets.HOST }} | ||||||
|         username: ${{ secrets.USERNAME }} |         username: linuxserver.io | ||||||
|         password: ${{ secrets.PASSWORD }} |         password: ${{ secrets.PASSWORD }} | ||||||
|         port: ${{ secrets.PORT }} |         port: ${{ secrets.PORT }} | ||||||
|         script: whoami |         script: whoami | ||||||
| @ -83,7 +83,7 @@ output: | |||||||
| ======CMD====== | ======CMD====== | ||||||
| whoami | whoami | ||||||
| ======END====== | ======END====== | ||||||
| out: *** | linuxserver.io | ||||||
| =============================================== | =============================================== | ||||||
| ✅ Successfully executed commands to all hosts. | ✅ Successfully executed commands to all hosts. | ||||||
| =============================================== | =============================================== | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user