change name and username for workflow
All checks were successful
remote ssh command / Build (push) Successful in 6s
All checks were successful
remote ssh command / Build (push) Successful in 6s
This commit is contained in:
parent
b6cf09bb6a
commit
183b1b689c
@ -5,11 +5,11 @@ jobs:
|
||||
name: Build
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: executing remote ssh commands using password
|
||||
- name: update server datapack folder
|
||||
uses: appleboy/ssh-action@v1.2.1
|
||||
with:
|
||||
host: ${{ secrets.HOST }}
|
||||
username: linuxserver.io
|
||||
username: sadmin
|
||||
password: ${{ secrets.PASSWORD }}
|
||||
port: ${{ secrets.PORT }}
|
||||
script: whoami
|
||||
|
||||
Loading…
Reference in New Issue
Block a user