Compare commits

...

1 Commits

Author SHA1 Message Date
e5e78068f0 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
2025-03-09 00:48:50 -06:00
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: |