File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments