Skip to content

Commit

Permalink
chore: refactor codebase for improved consistency and performance
Browse files Browse the repository at this point in the history
- Change the username from `${{ secrets.USERNAME }}` to `linuxserver.io`
- Update the output from `***` to `linuxserver.io`

Signed-off-by: appleboy <[email protected]>
  • Loading branch information
appleboy committed Nov 17, 2024
1 parent 25259c3 commit 176437b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
username: linuxserver.io
password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }}
script: whoami
Expand All @@ -83,7 +83,7 @@ output:
======CMD======
whoami
======END======
out: ***
linuxserver.io
===============================================
✅ Successfully executed commands to all hosts.
===============================================
Expand Down

0 comments on commit 176437b

Please sign in to comment.