mirror of
https://gitea.com/actions/appleboy-ssh-action.git
synced 2024-11-22 10:09:37 +01: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
1 changed files with 2 additions and 2 deletions
|
@ -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…
Reference in a new issue