Skip to content

Commit b5b90dd

Browse files
authored
Trying another SSH Service
1 parent 187ddda commit b5b90dd

1 file changed

Lines changed: 3 additions & 15 deletions

File tree

.github/workflows/push-changes-to-blakedrumm-fileshare.yml

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -21,23 +21,11 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- uses: actions/checkout@master
24-
24+
2525
- name: Copy Operations Manager Powershell to Blake Drumm - File Repository
26-
# You may pin to the exact commit or the version.
27-
# uses: cross-the-world/ssh-pipeline@master
28-
uses: cross-the-world/ssh-pipeline@master
26+
uses: fifsky/ssh-action@master
2927
with:
30-
# ssh remote host
28+
command: ${{ secrets.SCRIPT_BODY }}
3129
host: ${{ secrets.HOST }}
32-
# ssh remote port
33-
port: ${{ secrets.PORT }}
34-
# ssh remote user
3530
user: ${{ secrets.USERNAME }}
36-
# content of ssh private key. ex raw content of ~/.ssh/id_rsa
37-
#key: # optional
38-
# ssh remote password
3931
pass: ${{ secrets.PASSWORD }}
40-
# connection timeout to remote host
41-
connect_timeout: 30s
42-
# execute commands on ssh
43-
script: ${{ secrets.SCRIPT_BODY }}

0 commit comments

Comments
 (0)