fixed workflow

This commit is contained in:
geezo 2025-05-05 23:39:39 +00:00
parent 416c17206f
commit 313b7d30a7

View File

@ -18,7 +18,7 @@ jobs:
uses: appleboy/ssh-action@v1 uses: appleboy/ssh-action@v1
with: with:
host: ${{ secrets.HOST }} host: ${{ secrets.HOST }}
username: linuxserver.io username: geezo
password: ${{ secrets.PASSWORD }} password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }} port: ${{ secrets.PORT }}
script: whoami script: whoami