fix username for prod and staging workflows
All checks were successful
Deploy datapack to staging / Build (push) Successful in 5s
Deploy datapack to prod / Build (push) Successful in 6s
Deploy datapack to dev / Build (push) Successful in 6s

This commit is contained in:
themodernhakr 2025-03-09 00:48:50 -06:00
parent 65a38df465
commit e5e78068f0
2 changed files with 2 additions and 2 deletions

View File

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

View File

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