change name and username for workflow
All checks were successful
remote ssh command / Build (push) Successful in 6s

This commit is contained in:
ehrumsey 2025-02-26 11:46:35 -06:00
parent b6cf09bb6a
commit 183b1b689c

View File

@ -5,11 +5,11 @@ jobs:
name: Build name: Build
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: executing remote ssh commands using password - name: update server datapack folder
uses: appleboy/ssh-action@v1.2.1 uses: appleboy/ssh-action@v1.2.1
with: with:
host: ${{ secrets.HOST }} host: ${{ secrets.HOST }}
username: linuxserver.io username: sadmin
password: ${{ secrets.PASSWORD }} password: ${{ secrets.PASSWORD }}
port: ${{ secrets.PORT }} port: ${{ secrets.PORT }}
script: whoami script: whoami