Skip to content

Commit 176437b

Browse files
committed
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>
1 parent 25259c3 commit 176437b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
uses: appleboy/ssh-action@v1.1.0
7272
with:
7373
host: ${{ secrets.HOST }}
74-
username: ${{ secrets.USERNAME }}
74+
username: linuxserver.io
7575
password: ${{ secrets.PASSWORD }}
7676
port: ${{ secrets.PORT }}
7777
script: whoami
@@ -83,7 +83,7 @@ output:
8383
======CMD======
8484
whoami
8585
======END======
86-
out: ***
86+
linuxserver.io
8787
===============================================
8888
✅ Successfully executed commands to all hosts.
8989
===============================================

0 commit comments

Comments
 (0)