Compare commits
No commits in common. "66921b3fbd8ca3cd9baa95872ec537259fd72611" and "39163df016f64313c6b4cc1211727d66bb6a4255" have entirely different histories.
66921b3fbd
...
39163df016
|
@ -3,7 +3,7 @@ on: [push]
|
|||
jobs:
|
||||
build:
|
||||
name: Build
|
||||
runs-on: selft-hosted
|
||||
runs-on: self-hosted
|
||||
steps:
|
||||
- name: Execute remote SSH commands using password
|
||||
uses: appleboy/ssh-action@v1
|
||||
|
|
|
@ -1,8 +0,0 @@
|
|||
- name: executing remote ssh commands using password
|
||||
uses: appleboy/ssh-action@v1.2.0
|
||||
with:
|
||||
host: ${{ secrets.HOST }}
|
||||
username: ${{ secrets.USERNAME }}
|
||||
password: ${{ secrets.PASSWORD }}
|
||||
port: ${{ secrets.PORT }}
|
||||
script: whoami
|
Loading…
Reference in New Issue